diff options
Diffstat (limited to 'helpers/lh_chroot_local-packages')
-rwxr-xr-x | helpers/lh_chroot_local-packages | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/helpers/lh_chroot_local-packages b/helpers/lh_chroot_local-packages index f54686866..1a084d519 100755 --- a/helpers/lh_chroot_local-packages +++ b/helpers/lh_chroot_local-packages @@ -53,7 +53,8 @@ then Restore_cache cache/packages_local-packages # Copying packages - cp config/chroot_local-packages/*.deb chroot/root + cp config/chroot_local-packages/*_"${LH_ARCHITECTURE}".deb chroot/root + cp config/chroot_local-packages/*_all.deb chroot/root # Installing packages Chroot "find /root -name *.deb" > chroot/root/local-packages |