adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[adonthell-wastesedge-commits] master 785454e: ADDED desktop files and s


From: Kai Sterker
Subject: [adonthell-wastesedge-commits] master 785454e: ADDED desktop files and set correct executable
Date: Sat, 24 Sep 2016 20:26:32 +0000 (UTC)

branch: master
commit 785454ef1d99c4d115773b527dce16921134fcb3
Author: Kai Sterker <address@hidden>
Commit: Kai Sterker <address@hidden>

    ADDED desktop files and set correct executable
---
 make_linux_appimg.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/make_linux_appimg.sh b/make_linux_appimg.sh
index fd91c11..c459813 100755
--- a/make_linux_appimg.sh
+++ b/make_linux_appimg.sh
@@ -41,7 +41,7 @@ fi
 
 # -- build wastesedge
 echo "Configuring $appname. This may take a while ..."
-./configure --with-adonthell-binary=$APP --disable-pyc --bindir=/tmp 
--mandir=/tmp --datadir=/tmp > /dev/null
+./configure --with-adonthell-binary=$APP --disable-pyc --bindir=/tmp 
--mandir=/tmp --datadir=$prefix/share > /dev/null
 if [ $? -ne 0 ]; then
    exit 1
 fi
@@ -62,7 +62,7 @@ fi
 cp pixmaps/48x48/apps/wastesedge.png $appdir/wastesedge.png
 
 # -- copy and update .desktop file
-sed "s/$adonthell_exe wastesedge/$appname/" wastesedge.desktop > 
$appdir/adonthell.desktop
+sed "s%$APP wastesedge%$appname%" wastesedge.desktop > 
$appdir/wastesedge.desktop
 
 # -- create a launch script that works inside the app image
 cat > $prefix/bin/$appname <<EOF



reply via email to

[Prev in Thread] Current Thread [Next in Thread]