aboutsummaryrefslogtreecommitdiff
path: root/silc
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-09-15 18:32:34 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-09-15 18:32:34 +0000
commita616013d2c5e1075b3ecb688890cb04a15b7b106 (patch)
treef02e4f6df963a371214216bfcb5bbbe3bd3a8c9a /silc
parent80187bf4be82d8d5c6b99209ee5029597a6bde81 (diff)
downloadslackbuilds-a616013d2c5e1075b3ecb688890cb04a15b7b106.tar.gz
slackbuilds-a616013d2c5e1075b3ecb688890cb04a15b7b106.tar.bz2
switched privoxy.SlackBuild to privoxy.build and fixed silc-client.build
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@223 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'silc')
-rwxr-xr-xsilc/silc-client.build7
1 files changed, 2 insertions, 5 deletions
diff --git a/silc/silc-client.build b/silc/silc-client.build
index ff53e11f..b2181454 100755
--- a/silc/silc-client.build
+++ b/silc/silc-client.build
@@ -50,7 +50,7 @@ SRC="$PACKAGE-$VERSION.tar.$PACKAGE_EXT"
URL="http://silcnet.org/download/client/sources/$SRC"
SRC_DIR="$SRC_DIR/$PACKAGE"
-if [ ! -d $SRC_DIR ]; then
+if [ ! -d "$SRC_DIR" ]; then
mkdir -p $SRC_DIR
fi
@@ -65,8 +65,7 @@ if [ "$RTOOL" == "wget" ] && [ ! -f "$SRC_DIR/$SRC" ]; then
fi
TMP="$TMP/$PACKAGE"
-if [ ! -d $TMP ]; then
- rm -rf $TMP
+if [ ! -d "$TMP" ]; then
mkdir -p $TMP
fi
cd $TMP
@@ -115,8 +114,6 @@ for file in BSD CHANGES COPYING CREDITS GPL INSTALL README README.CVS README.MAC
cp $CWD/$file* /usr/doc/$PACKAGE-$VERSION/
done
-makepkg -c y -l y $REPOS/$PACKAGE-$VERSION-$ARCH-$BUILD.tgz
-
if [ "$CLEANUP" == "yes" ]; then
rm -rf $TMP
fi