summaryrefslogtreecommitdiff
path: root/scripts/build/binary_rootfs
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-01-04 18:08:09 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2015-01-04 18:19:47 +0100
commitfdc9250bca7bfce660758d77af2ffa971bc19ecb (patch)
tree81a0ce184d4791742031f6cbc53f30c80883ed68 /scripts/build/binary_rootfs
parent691305c11ea59ddf64faff5f778658914e7c6be7 (diff)
downloadvyos-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/binary_rootfs')
-rwxr-xr-xscripts/build/binary_rootfs6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build/binary_rootfs b/scripts/build/binary_rootfs
index e950505fb..c1e4ec8e0 100755
--- a/scripts/build/binary_rootfs
+++ b/scripts/build/binary_rootfs
@@ -85,7 +85,7 @@ done
case "${LB_CHROOT_FILESYSTEM}" in
ext2|ext3|ext4)
# Checking depends
- Check_package chroot/sbin/mkfs.${LB_CHROOT_FILESYSTEM} e2fsprogs
+ Check_package chroot /sbin/mkfs.${LB_CHROOT_FILESYSTEM} e2fsprogs
# Restoring cache
Restore_cache cache/packages.binary
@@ -211,7 +211,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
jffs2)
# Checking depends
- Check_package chroot/usr/sbin/mkfs.jffs2 mtd-tools
+ Check_package chroot /usr/sbin/mkfs.jffs2 mtd-tools
# Restoring cache
Restore_cache cache/packages.binary
@@ -310,7 +310,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
squashfs)
# Checking depends
- Check_package chroot/usr/share/doc/squashfs-tools squashfs-tools
+ Check_package chroot /usr/share/doc/squashfs-tools squashfs-tools
# Restoring cache
Restore_cache cache/packages.binary