tags 476294 + patch thanks Michal Suchanek wrote:
> Actually thereis no way to pass * to Chroot so that it is not expanded.
Hmm.
--- live-helper-1.0~a43.orig/helpers/lh_chroot_local-packages
+++ live-helper-1.0~a43/helpers/lh_chroot_local-packages
@@ -59,7 +59,7 @@ 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
This works as expected, even when there are files in ".".
Regards,
--
Chris Lamb, UK [EMAIL PROTECTED]
GPG: 0x634F9A20
signature.asc
Description: PGP signature
_______________________________________________ debian-live-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

