Do not create symlinks on usb-hdd images.

This commit is contained in:
Daniel Baumann 2007-09-23 14:05:12 +02:00
parent ed5bb2e187
commit 1db91d83b0
1 changed files with 4 additions and 1 deletions

View File

@ -420,7 +420,10 @@ do
ln -s ${LH_DISTRIBUTION} binary/dists/${DISTRIBUTION} ln -s ${LH_DISTRIBUTION} binary/dists/${DISTRIBUTION}
done done
ln -s . binary/debian if [ "${LH_BINARY_IMAGES}" != "usb-hdd" ]
then
ln -s . binary/debian
fi
# Creating stage file # Creating stage file
Create_stagefile .stage/binary_debian-installer Create_stagefile .stage/binary_debian-installer