diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-11 17:05:51 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:36:53 +0700 |
commit | d3979d7b5ddb613c0520567bc0e470f98552e2a8 (patch) | |
tree | 1d259aff334f4ef62e2a246407de079b85a14cd4 /desktop/spectrwm/spectrwm.SlackBuild | |
parent | 2027ceb30d4367b159520afa4d697dac92dd42b0 (diff) | |
download | slackbuilds-d3979d7b5ddb613c0520567bc0e470f98552e2a8.tar.gz |
desktop/spectrwm: Fix README, template comments.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/spectrwm/spectrwm.SlackBuild')
-rw-r--r-- | desktop/spectrwm/spectrwm.SlackBuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/spectrwm/spectrwm.SlackBuild b/desktop/spectrwm/spectrwm.SlackBuild index 928c33931f..34feb88e5f 100644 --- a/desktop/spectrwm/spectrwm.SlackBuild +++ b/desktop/spectrwm/spectrwm.SlackBuild @@ -98,7 +98,6 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr # Remove the symlink to scrotwm rm -f $PKG/usr/bin/scrotwm -# 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 @@ -108,7 +107,6 @@ cp -a \ $PKG/usr/doc/$PRGNAM-$VERSION/examples cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -# Copy the slack-desc (and a custom doinst.sh if necessary) into ./install mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh |