summaryrefslogtreecommitdiffstats
path: root/source/xap/x11-ssh-askpass/x11-ssh-askpass.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/xap/x11-ssh-askpass/x11-ssh-askpass.SlackBuild')
-rwxr-xr-xsource/xap/x11-ssh-askpass/x11-ssh-askpass.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/xap/x11-ssh-askpass/x11-ssh-askpass.SlackBuild b/source/xap/x11-ssh-askpass/x11-ssh-askpass.SlackBuild
index 3f2df5c8a..a5d018608 100755
--- a/source/xap/x11-ssh-askpass/x11-ssh-askpass.SlackBuild
+++ b/source/xap/x11-ssh-askpass/x11-ssh-askpass.SlackBuild
@@ -70,7 +70,7 @@ make install.man DESTDIR=$PKG || exit 1
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-find $PKG/usr/man -type f -exec gzip -9 {} \;
+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
mkdir -p $PKG/usr/doc/x11-ssh-askpass-$VERSION