mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/unvanquished: Fix ownership.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8efca66850
commit
e4048b5015
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue