diff options
-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 |