diff options
Diffstat (limited to 'office/beaver/beaver.SlackBuild')
-rw-r--r-- | office/beaver/beaver.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/office/beaver/beaver.SlackBuild b/office/beaver/beaver.SlackBuild index 73c723b4cd..d93ab12143 100644 --- a/office/beaver/beaver.SlackBuild +++ b/office/beaver/beaver.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Beaver -# Copyright 2010 Binh Nguyen <binhnguyen@fastmail.fm> +# Copyright 2010-2011 Binh Nguyen <binhnguyen@fastmail.fm> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=beaver -VERSION=${VERSION:-0.4.0} +VERSION=${VERSION:-0.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -82,7 +82,7 @@ CFLAGS="$SLKCFLAGS" \ --enable-static=no \ --build=$ARCH-slackware-linux -make +make V=1 make install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ |