diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-10 22:06:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-17 17:00:17 +0700 |
commit | 7e4838bceadd7f802f0baeb9d1c67966492bd4ed (patch) | |
tree | 21ad17eeeffa83f90b0326272242f98e15f23233 /libraries/leptonica/leptonica.SlackBuild | |
parent | 7f3d5b9b4f33ba13fa211f7ea1b2ee083d8f80c8 (diff) |
libraries/leptonica: Updated for version 1.71.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/leptonica/leptonica.SlackBuild')
-rw-r--r-- | libraries/leptonica/leptonica.SlackBuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libraries/leptonica/leptonica.SlackBuild b/libraries/leptonica/leptonica.SlackBuild index 631d163a0b92..1d4f55c281aa 100644 --- a/libraries/leptonica/leptonica.SlackBuild +++ b/libraries/leptonica/leptonica.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=leptonica -VERSION=${VERSION:-1.70} +VERSION=${VERSION:-1.71} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,13 +64,12 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; autoreconf -vi - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |