From d03090b75d490e87390f29a4ac5384759d1dc788 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Thu, 14 Nov 2013 22:12:28 +0700 Subject: libraries/tsocks: Script cleanup and fix documentation Signed-off-by: Willy Sudiarto Raharjo --- libraries/tsocks/tsocks.SlackBuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libraries/tsocks') diff --git a/libraries/tsocks/tsocks.SlackBuild b/libraries/tsocks/tsocks.SlackBuild index 21473cebb4..352e23ce6d 100644 --- a/libraries/tsocks/tsocks.SlackBuild +++ b/libraries/tsocks/tsocks.SlackBuild @@ -28,12 +28,10 @@ SRCVERSION=${SRCVERSION:-1.8} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -43,7 +41,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -DOCS="COPYING ChangeLog FAQ tsocks.conf.{simple,complex}.example" +DOCS="COPYING ChangeLog FAQ tsocks.conf.simple.example tsocks.conf.complex.example" if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" -- cgit v1.2.3