From f20dbec849457bb69f492bccddf1a44add6a82d6 Mon Sep 17 00:00:00 2001 From: rhatto Date: Tue, 19 Dec 2006 15:58:04 +0000 Subject: sympa update git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@940 370017ae-e619-0410-ac65-c121f96126d4 --- net/mail/sympa/sympa.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/mail/sympa/sympa.SlackBuild') diff --git a/net/mail/sympa/sympa.SlackBuild b/net/mail/sympa/sympa.SlackBuild index 0457cd15..a82ea39d 100755 --- a/net/mail/sympa/sympa.SlackBuild +++ b/net/mail/sympa/sympa.SlackBuild @@ -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 -- cgit v1.2.3