diff options
Diffstat (limited to 'source/l/iso-codes')
-rwxr-xr-x | source/l/iso-codes/iso-codes.SlackBuild | 8 | ||||
-rw-r--r-- | source/l/iso-codes/slack-desc | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/source/l/iso-codes/iso-codes.SlackBuild b/source/l/iso-codes/iso-codes.SlackBuild index e6100a35..ef9b1a79 100755 --- a/source/l/iso-codes/iso-codes.SlackBuild +++ b/source/l/iso-codes/iso-codes.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Copyright 2008, 2013 Heinz Wiesinger, Amsterdam, The Netherlands -# Copyright 2008, 2009, 2011 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2011, 2015 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ PKGNAM=iso-codes -VERSION=3.41 +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} ARCH=${ARCH:-noarch} BUILD=${BUILD:-1} @@ -50,14 +50,14 @@ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ --sysconfdir=/etc \ - --localstatedir=/var + --localstatedir=/var || exit 1 make $NUMJOBS || make || exit 1 make install DESTDIR=$PKG || exit 1 mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION cp -a \ - COPYING* INSTALL LICENSE README* TODO \ + COPYING* LICENSE README* TODO \ $PKG/usr/doc/$PKGNAM-$VERSION # If there's a ChangeLog, installing at least part of the recent history diff --git a/source/l/iso-codes/slack-desc b/source/l/iso-codes/slack-desc index 984a1783..d169f2fe 100644 --- a/source/l/iso-codes/slack-desc +++ b/source/l/iso-codes/slack-desc @@ -1,4 +1,4 @@ - |-----handy-ruler---------------------------------------------------| + |-----handy-ruler------------------------------------------------------| iso-codes: iso-codes (ISO-standard lists) iso-codes: iso-codes: This package provides lists of various ISO standards (e.g. |