summaryrefslogtreecommitdiffstats
path: root/pastebinit
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-03-08 16:32:19 +0000
committer Eric Hameleers <alien@slackware.com>2014-03-08 16:32:19 +0000
commit8bfc035dc6d436d4cd37b9d8757468ee279ac3ec (patch)
treeab4783b1cd2239aabe96545c0d1cfcb12345459f /pastebinit
parent80ef69a2aaf740edb368d0a551414181c64b13cd (diff)
downloadasb-8bfc035dc6d436d4cd37b9d8757468ee279ac3ec.tar.gz
asb-8bfc035dc6d436d4cd37b9d8757468ee279ac3ec.tar.xz
Update to 1.4.1
Diffstat (limited to 'pastebinit')
-rwxr-xr-xpastebinit/build/pastebinit.SlackBuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/pastebinit/build/pastebinit.SlackBuild b/pastebinit/build/pastebinit.SlackBuild
index 230a7a74..bcc38b2e 100755
--- a/pastebinit/build/pastebinit.SlackBuild
+++ b/pastebinit/build/pastebinit.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2010, 2011, 2012 Eric Hameleers, Eindhoven, NL
+# Copyright 2010, 2011, 2012, 2014 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -40,6 +40,8 @@
# * Update.
# 1.3.1-2: 06/oac/2012 by Eric Hameleers <alien@slackware.com>
# * Rebuilt for Slackware 14.
+# 1.4.1-1: 08/mar/2014 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh pastebinit.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -48,8 +50,8 @@
# -----------------------------------------------------------------------------
PRGNAM=pastebinit
-VERSION=${VERSION:-1.3.1}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.4.1}
+BUILD=${BUILD:-1}
ARCH="noarch"
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -124,11 +126,11 @@ echo "++"
cd $TMP/tmp-$PRGNAM
echo "Extracting the source archive(s) for $PRGNAM..."
-tar -zxvf ${SOURCE}
+tar -xvf ${SOURCE}
cd ${PRGNAM}-${VERSION}
chown -R root:root .
-chmod -R u+w,go+r-w,a+X-s .
+chmod -R u+w,go+r-w,a+rX-st .
echo Building ...
install -d $PKG/{etc/pastebin.d,/usr/bin,/usr/share/locale,/usr/man/man1}