summaryrefslogtreecommitdiff
path: root/scripts/build/binary_package-lists
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/binary_package-lists')
-rwxr-xr-xscripts/build/binary_package-lists32
1 files changed, 9 insertions, 23 deletions
diff --git a/scripts/build/binary_package-lists b/scripts/build/binary_package-lists
index dcbadccb5..a13491ee3 100755
--- a/scripts/build/binary_package-lists
+++ b/scripts/build/binary_package-lists
@@ -55,23 +55,13 @@ if ls config/package-lists/*.list > /dev/null 2>&1 || \
then
# Check depends
Check_package host /usr/bin/apt-ftparchive apt-utils
+ Check_package chroot /usr/bin/grep-aptavail dctrl-tools
- case "${LB_BUILD_WITH_CHROOT}" in
- true)
- # Restoring cache
- Restore_cache cache/packages.chroot
+ # Restoring cache
+ Restore_cache cache/packages.chroot
- # Check depends
- Check_package chroot /usr/bin/grep-aptavail dctrl-tools
-
- # Installing depends
- Install_package
- ;;
-
- false)
- Check_package host /usr/bin/grep-aptavail dctrl-tools
- ;;
- esac
+ # Installing depends
+ Install_package
if [ -e "${LIVE_BUILD}/share/bin/Packages" ]
then
@@ -163,15 +153,11 @@ then
rm -rf chroot/binary.deb
mv chroot/var/lib/dpkg/status.tmp chroot/var/lib/dpkg/status
- case "${LB_BUILD_WITH_CHROOT}" in
- true)
- # Removing depends
- Remove_package
+ # Removing depends
+ Remove_package
- # Saving cache
- Save_cache cache/packages.chroot
- ;;
- esac
+ # Saving cache
+ Save_cache cache/packages.chroot
# Creating stage file
Create_stagefile .build/binary_package-lists