games/unvanquished: Fix ownership.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Sebastien BALLET 2017-07-15 07:25:53 +07:00 committed by Willy Sudiarto Raharjo
parent 8efca66850
commit e4048b5015

View file

@ -145,7 +145,7 @@ ln -sf $PKG/etc/$PRGNAM/config/maprotation.cfg \
# Copy the data-game
mkdir -p $PKG/usr/share/games/$PRGNAM/pkg
cp -a $CWD/$PRGNAM\_$VERSION.pk3 $PKG/usr/share/games/$PRGNAM/pkg
cp $CWD/$PRGNAM\_$VERSION.pk3 $PKG/usr/share/games/$PRGNAM/pkg
mkdir -p $PKG/usr/share/applications
install -D -m644 $CWD/$PRGNAM.desktop $PKG/usr/share/applications/$PRGNAM.desktop