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