summaryrefslogtreecommitdiffstats
path: root/network/putty
diff options
context:
space:
mode:
Diffstat (limited to 'network/putty')
-rw-r--r--network/putty/putty.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/putty/putty.SlackBuild b/network/putty/putty.SlackBuild
index 2431743872..187a02debf 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