From 8bfc035dc6d436d4cd37b9d8757468ee279ac3ec Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 8 Mar 2014 16:32:19 +0000 Subject: Update to 1.4.1 --- pastebinit/build/pastebinit.SlackBuild | 12 +++++++----- 1 file 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 # * Rebuilt for Slackware 14. +# 1.4.1-1: 08/mar/2014 by Eric Hameleers +# * 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} -- cgit v1.2.3-65-gdbad