diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2015-09-21 20:47:37 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-26 10:05:46 +0700 |
commit | 0af41a76061ef3187e36bb15ce58458ebdf32d34 (patch) | |
tree | e23365ce6dd0cbb5ba0a6e04c4aed9f862c00de5 /system/fs-uae-launcher/fs-uae-launcher.SlackBuild | |
parent | 779c4cfa62db88382cd344b17a7b98f2f45fe07e (diff) |
system/fs-uae-launcher: Updated for version 2.6.1.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
Diffstat (limited to 'system/fs-uae-launcher/fs-uae-launcher.SlackBuild')
-rw-r--r-- | system/fs-uae-launcher/fs-uae-launcher.SlackBuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/system/fs-uae-launcher/fs-uae-launcher.SlackBuild b/system/fs-uae-launcher/fs-uae-launcher.SlackBuild index 899dd8ab1439c..b806f7c4088d9 100644 --- a/system/fs-uae-launcher/fs-uae-launcher.SlackBuild +++ b/system/fs-uae-launcher/fs-uae-launcher.SlackBuild @@ -25,7 +25,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=fs-uae-launcher -VERSION=${VERSION:-2.4.3} +VERSION=${VERSION:-2.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,12 +71,9 @@ 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 {} \; -python setup.py build +python3 setup.py build make -python setup.py install --root=$PKG - -mkdir -p $PKG/usr -cp -a share $PKG/usr +make install prefix=/usr DESTDIR=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |