diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-12 19:25:22 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-12 19:25:22 -0500 |
commit | c6c739a84dea03d875736eb7fbb712b4956b2bca (patch) | |
tree | 495cfeb7fd426d96a0503a3db252e01f8fe9545d /office/ghostwriter | |
parent | 56d72d5a5885549609797487f341a1ccfba83139 (diff) |
office/ghostwriter: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'office/ghostwriter')
-rw-r--r-- | office/ghostwriter/ghostwriter.SlackBuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/office/ghostwriter/ghostwriter.SlackBuild b/office/ghostwriter/ghostwriter.SlackBuild index 454cd142d56e..5114da7d78d9 100644 --- a/office/ghostwriter/ghostwriter.SlackBuild +++ b/office/ghostwriter/ghostwriter.SlackBuild @@ -90,7 +90,6 @@ cd .. find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -# Compress man pages mv $PKG/usr/share/man $PKG/usr/ find $PKG/usr/man/man1 -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man/man1 -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done |