summaryrefslogtreecommitdiffstats
path: root/pastebinit/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-08-07 10:58:19 +0000
committer Eric Hameleers <alien@slackware.com>2011-08-07 10:58:19 +0000
commitccee6c020ea3f5f089263799299b91c5be9929ec (patch)
treef0d8f2fe1cf43e2b3ecdb17c2ce58818e8584b0f /pastebinit/build
parent041c9bd1871d18bf9ed7e325e44cf6acb71a3122 (diff)
downloadasb-ccee6c020ea3f5f089263799299b91c5be9929ec.tar.gz
asb-ccee6c020ea3f5f089263799299b91c5be9929ec.tar.xz
Update to 1.2
Diffstat (limited to 'pastebinit/build')
-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 1928995f..0d024098 100755
--- a/pastebinit/build/pastebinit.SlackBuild
+++ b/pastebinit/build/pastebinit.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2010 Eric Hameleers, Eindhoven, NL
+# Copyright 2010, 2011 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -34,6 +34,8 @@
# * Initial build.
# 1.1-1: 17/oct/2010 by Eric Hameleers <alien@slackware.com>
# * Updated for Slackware 13.1
+# 1.2-1: 07/aug/2011 by Eric Hameleers <alien@slackware.com>
+# * Update for Slackware 13.37.
#
# Run 'sh pastebinit.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -44,7 +46,7 @@
# Set initial variables:
PRGNAM=pastebinit
-VERSION=${VERSION:-1.1}
+VERSION=${VERSION:-1.2}
BUILD=${BUILD:-1}
ARCH="noarch"
NUMJOBS=${NUMJOBS:" -j4 "}
@@ -122,9 +124,9 @@ echo "Extracting the source archive(s) for $PRGNAM..."
tar -zxvf ${SOURCE}
cd ${PRGNAM}-${VERSION}
-# Fix for the new pastebin.com API.
-cat $SRCDIR/pastebinit_pbc.diff | patch -p0 --verbose \
- 2>&1 | tee $OUTPUT/patch-${PRGNAM}.log
+## Fix for the new pastebin.com API.
+#cat $SRCDIR/pastebinit_pbc.diff | patch -p0 --verbose \
+# 2>&1 | tee $OUTPUT/patch-${PRGNAM}.log
chown -R root:root .
chmod -R u+w,go+r-w,a+X-s .