summaryrefslogtreecommitdiffstats
path: root/libraries/gnome-sharp/gnome-sharp.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/gnome-sharp/gnome-sharp.SlackBuild')
-rw-r--r--libraries/gnome-sharp/gnome-sharp.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/gnome-sharp/gnome-sharp.SlackBuild b/libraries/gnome-sharp/gnome-sharp.SlackBuild
index c4d90204bb..ebfe6bf68c 100644
--- a/libraries/gnome-sharp/gnome-sharp.SlackBuild
+++ b/libraries/gnome-sharp/gnome-sharp.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Gnome#
-# Written by André Barboza <bmg.andre@gmail.com>
+# Written by André Barboza <bmg.andre@gmail.com>
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
@@ -23,7 +23,7 @@
PRGNAM=gnome-sharp
-VERSION=${VERSION:-2.24.1}
+VERSION=${VERSION:-2.24.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -54,7 +54,7 @@ else
LIBDIRSUFFIX=""
fi
-set -e
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@@ -80,7 +80,7 @@ CXXFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux
-make -j1
+make
make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \