diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2008-03-31 19:29:28 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2008-03-31 19:29:28 +0000 |
commit | 80aa61f0e5fb3e914d17b05b559d3706988c42e1 (patch) | |
tree | e65bd4e5e9b1fa96165af1109c3eebbada071d86 | |
parent | a84575c45a1f0b0552afb8d66efd3401a4fbe687 (diff) | |
download | slackbuilds-80aa61f0e5fb3e914d17b05b559d3706988c42e1.tar.gz slackbuilds-80aa61f0e5fb3e914d17b05b559d3706988c42e1.tar.bz2 |
sympa: added patch for 5.4
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1692 370017ae-e619-0410-ac65-c121f96126d4
-rw-r--r-- | net/mail/sympa/sympa-5.4.diff | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/mail/sympa/sympa-5.4.diff b/net/mail/sympa/sympa-5.4.diff index 2b640700..e7ae6aaf 100644 --- a/net/mail/sympa/sympa-5.4.diff +++ b/net/mail/sympa/sympa-5.4.diff @@ -1,12 +1,12 @@ 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:19:30.000000000 -0300 +--- sympa-5.4.orig/wwsympa/Makefile 2008-01-30 15:10:56.000000000 -0200 ++++ sympa-5.4/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 + @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..." + @echo "Installing wwsympa-wrapper binary..." |