diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-05-09 14:34:01 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-11 03:17:21 +0700 |
commit | cdbd25c206a51ccfdacd1f18cdd6d5a560c94355 (patch) | |
tree | 5dd554d4758d01a62162e3334128f4b19407de80 /haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild | |
parent | acb0ba9591ffea7a3019deb09af108fe51a7af23 (diff) | |
download | slackbuilds-cdbd25c206a51ccfdacd1f18cdd6d5a560c94355.tar.gz |
haskell/haskell-pandoc-types: Updated for version 1.12.4.7.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild')
-rw-r--r-- | haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild b/haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild index 4417506afc..3448539c70 100644 --- a/haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild +++ b/haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=haskell-pandoc-types -VERSION=${VERSION:-1.12.4.1} +VERSION=${VERSION:-1.12.4.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,10 +69,10 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$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 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -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 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -98,7 +98,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a COPYING $PKG/usr/doc/$PRGNAM-$VERSION +cp -a LICENSE $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |