From fe0f6d74602a36f77fd07c78c78c1f5cc488e931 Mon Sep 17 00:00:00 2001 From: eroc Date: Tue, 11 May 2010 19:45:13 +0200 Subject: libraries/libghttp: Updated for version 1.0.9 --- libraries/libghttp/libghttp.SlackBuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libraries/libghttp/libghttp.SlackBuild') diff --git a/libraries/libghttp/libghttp.SlackBuild b/libraries/libghttp/libghttp.SlackBuild index 0a398905cf..5135ac4077 100644 --- a/libraries/libghttp/libghttp.SlackBuild +++ b/libraries/libghttp/libghttp.SlackBuild @@ -10,7 +10,7 @@ VERSION=1.0.9 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=`pwd` +CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} @@ -27,7 +27,6 @@ cd $TMP || exit 1 rm -rf $PRGNAM-$VERSION tar -xzvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1 cd $PRGNAM-$VERSION || exit 1 - chown -R root:root . chmod -R u+w,go+r-w,a-s . -- cgit v1.2.3