diff options
-rw-r--r-- | games/ultimatestunts/ultimatestunts.SlackBuild | 4 | ||||
-rw-r--r-- | games/ultimatestunts/ultimatestunts.info | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/ultimatestunts/ultimatestunts.SlackBuild b/games/ultimatestunts/ultimatestunts.SlackBuild index 093fd3d33f..6408fb4a6b 100644 --- a/games/ultimatestunts/ultimatestunts.SlackBuild +++ b/games/ultimatestunts/ultimatestunts.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ultimatestunts -# Copyright 2018 Johannes Schoepfer +# Copyright 2018 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -78,7 +78,7 @@ CXXFLAGS="$SLKCFLAGS" \ --sysconfdir=/etc \ --build=$ARCH-slackware-linux -make -j1 +make make sysconfdir=$PKG/etc prefix=$PKG/usr install mv $PKG/etc/$PRGNAM.conf $PKG/etc/$PRGNAM.conf.new diff --git a/games/ultimatestunts/ultimatestunts.info b/games/ultimatestunts/ultimatestunts.info index 9e09a6092e..81bc8fd34d 100644 --- a/games/ultimatestunts/ultimatestunts.info +++ b/games/ultimatestunts/ultimatestunts.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="freealut" MAINTAINER="Johannes Schoepfer" -EMAIL="slackbuilds[at]schoepfer[dot]info" +EMAIL="slackbuilds@schoepfer.info" |