From f4491dfdc3d2e1f2da18ad251c37b5743732c135 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Fri, 3 Jan 2020 18:48:00 -0500 Subject: graphics/dcraw: Remove template comments from script. Signed-off-by: B. Watson --- graphics/dcraw/dcraw.SlackBuild | 1 - 1 file changed, 1 deletion(-) (limited to 'graphics') 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 -- cgit v1.2.3