summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2013-11-15 16:57:31 +0100
committer Robby Workman2013-11-15 20:46:12 +0100
commita2db1b395f58ac9286319dac5a1b6a5fea654980 (patch)
tree59622e745954ae5f37284ce66ffcde6205df4715 /misc
parentc12426f14f802db0c9ead2b0ab69b148e16b77f8 (diff)
downloadslackbuilds-a2db1b395f58ac9286319dac5a1b6a5fea654980.tar.gz
misc/discount: Updated for version 2.1.6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/discount/discount.SlackBuild14
-rw-r--r--misc/discount/discount.info6
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=""