From cf71f539035ebd2d85b12e9bfcdb9203a3e6bdea Mon Sep 17 00:00:00 2001 From: Sebastien BALLET Date: Sat, 15 Jul 2017 06:59:43 +0700 Subject: desktop/gmrun: Fix ownership. Signed-off-by: Willy Sudiarto Raharjo --- desktop/gmrun/gmrun.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/gmrun/gmrun.SlackBuild b/desktop/gmrun/gmrun.SlackBuild index c5836fb754cd..ebb00e79e332 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 -- cgit v1.2.3