Eradicate gzip -9 without -n
This commit is contained in:
committed by
Peter Simons
parent
6f858bab17
commit
f98df44ada
@@ -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 {} \;
|
||||
|
||||
Reference in New Issue
Block a user