diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2015-09-09 19:54:21 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-11 03:16:57 +0700 |
commit | 40c847246920d770b458345f7693eb04dc9ddabe (patch) | |
tree | f36872b328721e1fb9140a0756aa416ccefe091d /games/lgogdownloader/lgogdownloader.SlackBuild | |
parent | 4fc385d36e9dc1032d384d995492b89e6e33efdb (diff) |
games/lgogdownloader: Updated for version 2.25.
Diffstat (limited to 'games/lgogdownloader/lgogdownloader.SlackBuild')
-rw-r--r-- | games/lgogdownloader/lgogdownloader.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/lgogdownloader/lgogdownloader.SlackBuild b/games/lgogdownloader/lgogdownloader.SlackBuild index 79b6c4c508d60..28b6a8453505a 100644 --- a/games/lgogdownloader/lgogdownloader.SlackBuild +++ b/games/lgogdownloader/lgogdownloader.SlackBuild @@ -25,7 +25,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=lgogdownloader -VERSION=${VERSION:-2.20} +VERSION=${VERSION:-2.25} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -84,9 +84,6 @@ 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 {} \; -find . -type f -exec sed -i 's|#include <jsoncpp/json/json.h>|#include <jsoncpp/json.h>|' {} \; -sed -i "s|CFLAGS_RELEASE = \$(CFLAGS) -O2|CFLAGS_RELEASE = \$(CFLAGS) $SLKCFLAGS|" Makefile - make release make install MANPREFIX=/usr DESTDIR=$PKG |