games/ardentryst: Update script.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
7814cca243
commit
9ae5549eaf
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for ardentryst
|
||||
|
||||
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=ardentryst
|
||||
VERSION=${VERSION:-1.71}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -69,8 +69,8 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
CLEAN="COPYING COPYING.data INSTALLING OPR.txt icon.png icon2.png install.sh \
|
||||
help.txt ardentryst Ardentryst.desktop"
|
||||
CLEAN="COPYING COPYING.data INSTALLING icon.png icon2.png install.sh \
|
||||
ardentryst Ardentryst.desktop"
|
||||
|
||||
mkdir -p $PKG/usr/share/games/$PRGNAM
|
||||
cp -rf * $PKG/usr/share/games/$PRGNAM
|
||||
|
|
Loading…
Reference in New Issue