summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author B. Watson2020-01-04 00:48:00 +0100
committer Willy Sudiarto Raharjo2020-01-12 02:47:40 +0100
commitf4491dfdc3d2e1f2da18ad251c37b5743732c135 (patch)
treee8a9e5b0e6d5e90d140838993f0aaff74811a0a5 /graphics
parent7ecca7803ecbb4aa728f35f6ab39110ff25c6171 (diff)
downloadslackbuilds-f4491dfdc3d2e1f2da18ad251c37b5743732c135.tar.gz
graphics/dcraw: Remove template comments from script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/dcraw/dcraw.SlackBuild1
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