diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2008-03-31 19:17:06 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2008-03-31 19:17:06 +0000 |
commit | ed5bdfd402ed94c2409d9122ff9861375d3fca52 (patch) | |
tree | 2e20b24c12dd4e5f0137c33f58ed7eff0b1adcde /net/mail | |
parent | f6ac85dcd48b7faab3b0f0cc564122686eb7c972 (diff) | |
download | slackbuilds-ed5bdfd402ed94c2409d9122ff9861375d3fca52.tar.gz slackbuilds-ed5bdfd402ed94c2409d9122ff9861375d3fca52.tar.bz2 |
sympa: added patch for 5.4
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1690 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'net/mail')
-rw-r--r-- | net/mail/sympa/sympa-5.4.diff | 13 | ||||
-rwxr-xr-x | net/mail/sympa/sympa.SlackBuild | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/net/mail/sympa/sympa-5.4.diff b/net/mail/sympa/sympa-5.4.diff new file mode 100644 index 00000000..d79830bc --- /dev/null +++ b/net/mail/sympa/sympa-5.4.diff @@ -0,0 +1,13 @@ +diff -Naur sympa-5.4.orig/wwsympa/Makefile sympa-5.4/wwsympa/Makefile +--- sympa-5.4.orig/wwsympa/Makefile 2008-01-30 15:10:56.000000000 -0200 ++++ sympa-5.4/wwsympa/Makefile 2008-03-31 16:15:54.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 78a4ac95..9ea81afd 100755 --- a/net/mail/sympa/sympa.SlackBuild +++ b/net/mail/sympa/sympa.SlackBuild @@ -40,7 +40,7 @@ fi PACKAGE="sympa" VERSION=${VERSION:=5.4} ARCH=${ARCH:=i486} -BUILD=${BUILD:=1rha} +BUILD=${BUILD:=2rha} SRC_DIR=${SRC:=$CWD} TMP=${TMP:=/tmp} REPOS=${REPOS:=$TMP} |