diff options
Diffstat (limited to '')
-rwxr-xr-x | source/xap/ddd/ddd.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/xap/ddd/ddd.SlackBuild b/source/xap/ddd/ddd.SlackBuild index d0c97fed3..616bd131d 100755 --- a/source/xap/ddd/ddd.SlackBuild +++ b/source/xap/ddd/ddd.SlackBuild @@ -109,7 +109,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ mkdir -p $PKG/usr/share/pixmaps cat $CWD/ddd.png > $PKG/usr/share/pixmaps/ddd.png -find $PKG/usr/man -type f -exec gzip -9 {} \; +find $PKG/usr/man -type f -exec gzip -9 {} \+ rm -f $PKG/usr/info/dir gzip -9 $PKG/usr/info/* |