diff options
-rwxr-xr-x | helpers/lh_chroot_local-packages | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_local-packages b/helpers/lh_chroot_local-packages index 953bef7..9c7ed36 100755 --- a/helpers/lh_chroot_local-packages +++ b/helpers/lh_chroot_local-packages @@ -59,7 +59,7 @@ then fi # Installing packages - Chroot "find /root -name *.deb" > chroot/root/local-packages + Chroot "find /root -name \\*.deb" > chroot/root/local-packages if [ -s chroot/root/local-packages ] then |