live-systems.org/gitweb
/
live-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a203b86
)
Updating removal of backup files in stripped example hook to also work with spaces...
author
Daniel Baumann
<daniel@debian.org>
Tue, 1 Jan 2013 07:43:59 +0000
(08:43 +0100)
committer
Daniel Baumann
<daniel@debian.org>
Tue, 1 Jan 2013 07:43:59 +0000
(08:43 +0100)
examples/hooks/stripped.chroot
patch
|
blob
|
blame
|
history
diff --git
a/examples/hooks/stripped.chroot
b/examples/hooks/stripped.chroot
index
7af719e
..
9ebe5bc
100755
(executable)
--- a/
examples/hooks/stripped.chroot
+++ b/
examples/hooks/stripped.chroot
@@
-31,7
+31,7
@@
done
apt-get autoremove --yes || true
# Removing unused files
-find . -name *~
| xargs
rm -f
+find . -name *~
-print0 | xargs -0
rm -f
rm -rf /usr/include/*
#rm -rf /usr/share/groff/*