diff options
Diffstat (limited to 'desktop/wmudmount/wmudmount.SlackBuild')
-rw-r--r-- | desktop/wmudmount/wmudmount.SlackBuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/desktop/wmudmount/wmudmount.SlackBuild b/desktop/wmudmount/wmudmount.SlackBuild index 09a3b91def..466de132cc 100644 --- a/desktop/wmudmount/wmudmount.SlackBuild +++ b/desktop/wmudmount/wmudmount.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=wmudmount VERSION=${VERSION:-1.8} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -54,9 +54,6 @@ else LIBDIRSUFFIX="" fi -# To compile with gnome-keyring support, set this to "YES" -KEYRING=${KEYRING:-NO} - set -e rm -rf $PKG @@ -72,16 +69,11 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -if [ "$KEYRING" != "YES" ]; then - EXTRA_OPTIONS="--without-gnome-keyring" -fi - CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --mandir=/usr/man \ - ${EXTRA_OPTIONS} \ --build=$ARCH-slackware-linux make |