Fixed a typo that caused creating distros not in /haiku to fail.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10358 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Nathan Whitehorn 2004-12-05 00:50:48 +00:00
parent 322853c8d3
commit a951c69316

View File

@ -160,8 +160,8 @@ cd $sourceDir
cp data/system/boot/Bootscript data/system/boot/SetupEnvironment $targetDir/beos/system/boot/
cp data/etc/profile $targetDir/beos/etc/
cp src/kernel/apps/fortune/fortunes $targetDir/beos/etc/
cp -R distro/x86.R1/beos/etc /haiku/beos/
ln -sf /boot/beos/etc/timezones/Europe/Paris /haiku/home/config/settings/timezone
cp -R distro/x86.R1/beos/etc $targetDir//beos/
ln -sf /boot/beos/etc/timezones/Europe/Paris $targetDir//home/config/settings/timezone
# boot loader
cd $targetDir/beos/system