diff options
Diffstat (limited to 'graphics/gphoto2/gphoto2.SlackBuild')
-rw-r--r-- | graphics/gphoto2/gphoto2.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/gphoto2/gphoto2.SlackBuild b/graphics/gphoto2/gphoto2.SlackBuild index 0c63ee1752..e7abce5068 100644 --- a/graphics/gphoto2/gphoto2.SlackBuild +++ b/graphics/gphoto2/gphoto2.SlackBuild @@ -2,16 +2,16 @@ # Slackware build script for gphoto2 -# Written by MagicMan <MagicMan07@bluebottle.com> +# Written by Frank Caraballo <fecaraballo[AT]gmail.com> # No Guarantees. Use this SlackBuild at your own risk. # Public Domain # Modified by the SlackBuilds.org project PRGNAM=gphoto2 -VERSION=2.3.1 +VERSION=2.4.0 ARCH=${ARCH:-i486} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} CWD=$(pwd) TMP=${TMP:-/tmp/SBo} @@ -32,7 +32,6 @@ cd $TMP || exit 1 rm -rf $PRGNAM-$VERSION tar -xvjf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1 cd $PRGNAM-$VERSION || exit 1 - chown -R root:root . chmod -R u+w,go+r-w,a-s . |