diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-01-04 18:08:09 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-01-04 18:19:47 +0100 |
commit | fdc9250bca7bfce660758d77af2ffa971bc19ecb (patch) | |
tree | 81a0ce184d4791742031f6cbc53f30c80883ed68 /scripts/build/installer_debian-installer | |
parent | 691305c11ea59ddf64faff5f778658914e7c6be7 (diff) | |
download | vyos-live-build-fdc9250bca7bfce660758d77af2ffa971bc19ecb.tar.gz vyos-live-build-fdc9250bca7bfce660758d77af2ffa971bc19ecb.zip |
Changing package dependency checks within chroot to work outside as well.
Diffstat (limited to 'scripts/build/installer_debian-installer')
-rwxr-xr-x | scripts/build/installer_debian-installer | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/installer_debian-installer b/scripts/build/installer_debian-installer index 5146ede5b..0d4a3c0ba 100755 --- a/scripts/build/installer_debian-installer +++ b/scripts/build/installer_debian-installer @@ -64,8 +64,8 @@ Check_lockfile .lock Create_lockfile .lock # Checking depends -Check_package chroot/usr/bin/wget wget -Check_package chroot/usr/bin/apt-ftparchive apt-utils +Check_package chroot /usr/bin/wget wget +Check_package chroot /usr/bin/apt-ftparchive apt-utils # Restoring cache Restore_cache cache/packages.binary |