From ccee6c020ea3f5f089263799299b91c5be9929ec Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 7 Aug 2011 10:58:19 +0000 Subject: Update to 1.2 --- pastebinit/build/pastebinit.SlackBuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'pastebinit/build') 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 # * Updated for Slackware 13.1 +# 1.2-1: 07/aug/2011 by Eric Hameleers +# * 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 . -- cgit v1.2.3-65-gdbad