]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
sympa update
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Tue, 19 Dec 2006 15:58:04 +0000 (15:58 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Tue, 19 Dec 2006 15:58:04 +0000 (15:58 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@940 370017ae-e619-0410-ac65-c121f96126d4

net/mail/sympa/sympa.SlackBuild

index 0457cd1511d34bf4deb54bf50d5b7992775c46b6..a82ea39dab26de2fc74dc0552ab2c9feb884772b 100755 (executable)
@@ -28,7 +28,7 @@ fi
 PACKAGE="sympa"
 VERSION=${VERSION:=5.3a.10}
 ARCH=${ARCH:=i486}
-BUILD=${BUILD:=2rha}
+BUILD=${BUILD:=1rha}
 SRC_DIR=${SRC:=$CWD}
 TMP=${TMP:=/tmp}
 REPOS=${REPOS:=$TMP}
@@ -95,7 +95,7 @@ find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip
 find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
 
 # symlink fix
-ln -sf usr/local/sympa/bin/etc/mail_tt2/authorization_reject.tt2 usr/local/sympa/bin/etc/web_tt2/authorization_reject.tt2
+( cd usr/local/sympa/bin/etc/web_tt2/ && ln -s ../mail_tt2/authorization_reject.tt2 authorization_reject.tt2 )
 
 mkdir install
 cat << EOF > install/slack-desc