aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/mail/sympa/sympa-5.4.diff13
-rwxr-xr-xnet/mail/sympa/sympa.SlackBuild2
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}