diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-11-15 22:57:31 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-15 13:46:12 -0600 |
commit | a2db1b395f58ac9286319dac5a1b6a5fea654980 (patch) | |
tree | 59622e745954ae5f37284ce66ffcde6205df4715 /misc/discount | |
parent | c12426f14f802db0c9ead2b0ab69b148e16b77f8 (diff) | |
download | slackbuilds-a2db1b395f58ac9286319dac5a1b6a5fea654980.tar.gz |
misc/discount: Updated for version 2.1.6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/discount')
-rw-r--r-- | misc/discount/discount.SlackBuild | 14 | ||||
-rw-r--r-- | misc/discount/discount.info | 6 |
2 files changed, 10 insertions, 10 deletions
diff --git a/misc/discount/discount.SlackBuild b/misc/discount/discount.SlackBuild index c2549961ed..12dbbbfc7e 100644 --- a/misc/discount/discount.SlackBuild +++ b/misc/discount/discount.SlackBuild @@ -22,7 +22,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=discount -VERSION=${VERSION:-2.1.2} +VERSION=${VERSION:-2.1.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,12 +61,12 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION -#chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -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 {} \; +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 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Disable ldconfig use during 'make install' sed -i 's/LDCONFIG=.*$/LDCONFIG=true/g' configure.inc diff --git a/misc/discount/discount.info b/misc/discount/discount.info index 820d2de523..7a4c004612 100644 --- a/misc/discount/discount.info +++ b/misc/discount/discount.info @@ -1,8 +1,8 @@ PRGNAM="discount" -VERSION="2.1.2" +VERSION="2.1.6" HOMEPAGE="http://www.pell.portland.or.us/~orc/Code/discount/" -DOWNLOAD="http://www.pell.portland.or.us/~orc/Code/discount/discount-2.1.2.tar.bz2" -MD5SUM="bd55cb2e975af81f6535e8c0d493ed15" +DOWNLOAD="http://www.pell.portland.or.us/~orc/Code/discount/discount-2.1.6.tar.bz2" +MD5SUM="6f44e627777b6392f8f4a3280642482a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |