diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-19 15:58:04 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-19 15:58:04 +0000 |
commit | f20dbec849457bb69f492bccddf1a44add6a82d6 (patch) | |
tree | 0ff3bc50061bd4fbc423be7d7f1ffde0ec3f4162 /net/mail | |
parent | 4debc37b26d307cae066e6fcd2320baaa3b30f40 (diff) | |
download | slackbuilds-f20dbec849457bb69f492bccddf1a44add6a82d6.tar.gz slackbuilds-f20dbec849457bb69f492bccddf1a44add6a82d6.tar.bz2 |
sympa update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@940 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'net/mail')
-rwxr-xr-x | net/mail/sympa/sympa.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |