graphics/dcraw: Remove template comments from script.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2020-01-03 18:48:00 -05:00 committed by Willy Sudiarto Raharjo
parent 7ecca7803e
commit f4491dfdc3
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -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