diff options
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} |