network/putty: Fix ownership.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Sebastien BALLET 2017-07-15 06:55:15 +07:00 committed by Willy Sudiarto Raharjo
parent 42c97f5a7e
commit 90cbdc5384

View file

@ -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