diff options
author | Sebastien BALLET <slacker6896@gmail.com> | 2017-07-15 06:55:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-15 06:55:15 +0700 |
commit | 887125e0ccc5ef59ac0340e4770400d2c64081c5 (patch) | |
tree | 6f5e757d3029dfe5eb479e62f6dca6962dff4f6f /network/putty | |
parent | 39976c64afc701557d345fd5d0b0b09a3ac58d22 (diff) |
network/putty: Fix ownership.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/putty')
-rw-r--r-- | network/putty/putty.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/putty/putty.SlackBuild b/network/putty/putty.SlackBuild index 243174387299..187a02debf71 100644 --- a/network/putty/putty.SlackBuild +++ b/network/putty/putty.SlackBuild @@ -107,8 +107,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr 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 -cp -a $CWD/putty.desktop $PKG/usr/share/applications/putty.desktop -cp -a $CWD/putty.png $PKG/usr/share/pixmaps/putty.png +cp $CWD/putty.desktop $PKG/usr/share/applications/putty.desktop +cp $CWD/putty.png $PKG/usr/share/pixmaps/putty.png cp -a README LICENCE doc/puttydoc.txt $PKG/usr/doc/$PRGNAM-$VERSION cp -a doc/*.html $PKG/usr/doc/$PRGNAM-$VERSION/html |