summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-04-15 18:34:02 +0100
committerChris Lamb <chris@chris-lamb.co.uk>2008-04-15 18:34:34 +0100
commit8f39f474b7aa652ffeb19fc80c4a34e8783a0f36 (patch)
tree84f82659e5a5825570dc351b0bad422940cb6f9d
parent84612231f66bfcddc92c62fd151767da2cba54b6 (diff)
downloadvyos-live-build-8f39f474b7aa652ffeb19fc80c4a34e8783a0f36.tar.gz
vyos-live-build-8f39f474b7aa652ffeb19fc80c4a34e8783a0f36.zip
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 <chris@chris-lamb.co.uk>
-rwxr-xr-xhelpers/lh_chroot_local-packages2
1 files changed, 1 insertions, 1 deletions
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