diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2008-04-16 22:19:28 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2008-04-16 22:19:28 +0000 |
commit | da2a404ab41bd7d909d503c2dc35d3de87117635 (patch) | |
tree | 1a2274465ffea5eafad47ad71404e3823336ab68 /net/mail/sympa | |
parent | c3d3a6a07805e9876b4011789cded48c6232df4c (diff) | |
download | slackbuilds-da2a404ab41bd7d909d503c2dc35d3de87117635.tar.gz slackbuilds-da2a404ab41bd7d909d503c2dc35d3de87117635.tar.bz2 |
sympa: updated to 5.4.2
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1696 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'net/mail/sympa')
-rw-r--r-- | net/mail/sympa/sympa-5.4.2.diff | 12 | ||||
-rwxr-xr-x | net/mail/sympa/sympa.SlackBuild | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/net/mail/sympa/sympa-5.4.2.diff b/net/mail/sympa/sympa-5.4.2.diff new file mode 100644 index 00000000..ff9a6457 --- /dev/null +++ b/net/mail/sympa/sympa-5.4.2.diff @@ -0,0 +1,12 @@ +diff -Naur sympa-5.4.2.orig/wwsympa/Makefile sympa-5.4.2/wwsympa/Makefile +--- sympa-5.4.2.orig/wwsympa/Makefile 2008-01-30 15:10:56.000000000 -0200 ++++ sympa-5.4.2/wwsympa/Makefile 2008-03-31 16:26:03.000000000 -0300 +@@ -101,7 +101,7 @@ + installicons: + @echo "Installing icons..." + @echo $(DIR)/static_content/icons +- cp icons/*.png $(DIR)/static_content/icons ++ cp icons/*.png $(DESTDIR)$/$(DIR)/static_content/icons + + installwrapper: + @echo "Installing wwsympa-wrapper binary..." diff --git a/net/mail/sympa/sympa.SlackBuild b/net/mail/sympa/sympa.SlackBuild index 9ea81afd..ebafc749 100755 --- a/net/mail/sympa/sympa.SlackBuild +++ b/net/mail/sympa/sympa.SlackBuild @@ -38,7 +38,7 @@ fi # default settings PACKAGE="sympa" -VERSION=${VERSION:=5.4} +VERSION=${VERSION:=5.4.2} ARCH=${ARCH:=i486} BUILD=${BUILD:=2rha} SRC_DIR=${SRC:=$CWD} |