diff options
author | khronosschoty <khronosschoty@posteo.org> | 2019-06-23 05:46:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-06-23 05:46:14 +0700 |
commit | 489080d05c7da08131a0f9c8c1170c4090e0abb5 (patch) | |
tree | 176c62945cbcd7025eba458bce93017beb94e962 /games/OpenRA/OpenRA.SlackBuild | |
parent | 246f517d4ec02a4e3c246ce7714c0f54adf1f2d3 (diff) |
games/OpenRA: Updated for version 20190314.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/OpenRA/OpenRA.SlackBuild')
-rw-r--r-- | games/OpenRA/OpenRA.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/OpenRA/OpenRA.SlackBuild b/games/OpenRA/OpenRA.SlackBuild index c8b5193eb0f0a..ca32d10a54d67 100644 --- a/games/OpenRA/OpenRA.SlackBuild +++ b/games/OpenRA/OpenRA.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=OpenRA -VERSION=${VERSION:-20180923} +VERSION=${VERSION:-20190314} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,6 +70,7 @@ touch thirdparty/fetch-geoip-db.sh echo "#!/bin/sh" >> thirdparty/fetch-geoip-db.sh echo 'echo "success"' >> thirdparty/fetch-geoip-db.sh chmod +x thirdparty/fetch-geoip-db.sh + chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |