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:
parent
322853c8d3
commit
a951c69316
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user