Eradicate gzip -9 without -n

This commit is contained in:
Alexander Kjeldaas
2014-04-13 22:15:04 +02:00
committed by Peter Simons
parent 6f858bab17
commit f98df44ada
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ installPhase() {
mv $file ${file%.opt}
done
find $out/man -type f -exec gzip -9 {} \;
find $out/man -type f -exec gzip -9n {} \;
find $out -name \*.a -exec echo stripping {} \; \
-exec strip -S {} \;