summaryrefslogtreecommitdiff
path: root/desktop/gmrun/gmrun.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/gmrun/gmrun.SlackBuild')
-rw-r--r--desktop/gmrun/gmrun.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/gmrun/gmrun.SlackBuild b/desktop/gmrun/gmrun.SlackBuild
index c5836fb754..ebb00e79e3 100644
--- a/desktop/gmrun/gmrun.SlackBuild
+++ b/desktop/gmrun/gmrun.SlackBuild
@@ -103,7 +103,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/man/man1
-cp -a $CWD/gmrun.1 $PKG/usr/man/man1
+cp $CWD/gmrun.1 $PKG/usr/man/man1
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