diff options
-rw-r--r-- | graphics/dcraw/dcraw.SlackBuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/dcraw/dcraw.SlackBuild b/graphics/dcraw/dcraw.SlackBuild index 8f30f4a25d..fca2e4c3b3 100644 --- a/graphics/dcraw/dcraw.SlackBuild +++ b/graphics/dcraw/dcraw.SlackBuild @@ -117,7 +117,6 @@ done # remove any empty directories find $PKG -depth -empty -type d -exec rmdir '{}' \; -# Compress man pages find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $(find $PKG/usr/man -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done |