From 8f39f474b7aa652ffeb19fc80c4a34e8783a0f36 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Tue, 15 Apr 2008 18:34:02 +0100 Subject: [PATCH] Fix quoting when installing local packages (Closes: #470683) This was causing problems when building a package and there were binary packages in the directory above 'config/'. See [0] and [1] for more info. [0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463406 [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476294 Signed-off-by: Chris Lamb --- helpers/lh_chroot_local-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/lh_chroot_local-packages b/helpers/lh_chroot_local-packages index 953bef784..9c7ed36f0 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