diff options
Diffstat (limited to 'system/unigine-heaven-benchmark/unigine-heaven-benchmark.SlackBuild')
-rw-r--r-- | system/unigine-heaven-benchmark/unigine-heaven-benchmark.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/unigine-heaven-benchmark/unigine-heaven-benchmark.SlackBuild b/system/unigine-heaven-benchmark/unigine-heaven-benchmark.SlackBuild index 2693f7ad66..1d343a7bca 100644 --- a/system/unigine-heaven-benchmark/unigine-heaven-benchmark.SlackBuild +++ b/system/unigine-heaven-benchmark/unigine-heaven-benchmark.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=unigine-heaven-benchmark VERSION=${VERSION:-4.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -83,10 +83,10 @@ find -L . \ # copy excutable mkdir -p $PKG/usr/bin -cp $PKG/opt/$PRGNAM/heaven $PKG/usr/bin +cp $PKG/opt/$PRGNAM/heaven $PKG/usr/bin/unigine-heaven-benchmark # fix excutable -sed -i 's,./bin,/opt/unigine-heaven-benchmark/bin,g' $PKG/usr/bin/heaven +sed -i 's,cd ./bin,cd /opt/unigine-heaven-benchmark/bin,g' $PKG/usr/bin/unigine-heaven-benchmark #add application launcher mkdir -p $PKG/usr/share/applications |