summaryrefslogtreecommitdiffstats
path: root/desktop/jgmenu/jgmenu.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/jgmenu/jgmenu.SlackBuild')
-rw-r--r--desktop/jgmenu/jgmenu.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/desktop/jgmenu/jgmenu.SlackBuild b/desktop/jgmenu/jgmenu.SlackBuild
index 71702bab41..4a118d5023 100644
--- a/desktop/jgmenu/jgmenu.SlackBuild
+++ b/desktop/jgmenu/jgmenu.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=jgmenu
-VERSION=${VERSION:-0.9.1}
+VERSION=${VERSION:-1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -74,9 +74,6 @@ sed -i -i "s|/lib/|/lib$LIBDIRSUFFIX/|" Makefile.inc
make
make DESTDIR=$PKG prefix=/usr install
-sed -i 's/start-here/\distributor-logo-slackware/g' \
- $PKG/usr/share/applications/jgmenu.desktop
-
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true