mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
network/putty: Fix ownership.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
42c97f5a7e
commit
90cbdc5384
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue