aboutsummaryrefslogtreecommitdiff
path: root/net/mail
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-12-19 16:02:18 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-12-19 16:02:18 +0000
commit1e40b67c46d195b655c68535d1b4c440763f42ff (patch)
tree4ed0cee680602abaf2c36b0f0f970ff62f2ac76b /net/mail
parentf20dbec849457bb69f492bccddf1a44add6a82d6 (diff)
downloadslackbuilds-1e40b67c46d195b655c68535d1b4c440763f42ff.tar.gz
slackbuilds-1e40b67c46d195b655c68535d1b4c440763f42ff.tar.bz2
sympa fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@941 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'net/mail')
-rwxr-xr-xnet/mail/sympa/sympa.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/mail/sympa/sympa.SlackBuild b/net/mail/sympa/sympa.SlackBuild
index a82ea39d..8f685307 100755
--- a/net/mail/sympa/sympa.SlackBuild
+++ b/net/mail/sympa/sympa.SlackBuild
@@ -94,8 +94,9 @@ mkdir -p var/mail/sympa
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
-# symlink fix
-( cd usr/local/sympa/bin/etc/web_tt2/ && ln -s ../mail_tt2/authorization_reject.tt2 authorization_reject.tt2 )
+# fix
+rm -f usr/local/sympa/bin/etc/web_tt2/authorization_reject.tt2
+cp ../mail_tt2/authorization_reject.tt2 authorization_reject.tt2
mkdir install
cat << EOF > install/slack-desc