diff options
-rwxr-xr-x | helpers/lh_binary_debian-installer | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index 7145043d5..35d6b6b55 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -420,7 +420,10 @@ do ln -s ${LH_DISTRIBUTION} binary/dists/${DISTRIBUTION} done -ln -s . binary/debian +if [ "${LH_BINARY_IMAGES}" != "usb-hdd" ] +then + ln -s . binary/debian +fi # Creating stage file Create_stagefile .stage/binary_debian-installer |