summaryrefslogtreecommitdiff
path: root/spamassassin/Pkgfile
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2010-11-15 21:10:37 +0100
committerThomas Penteker <tek@serverop.de>2010-11-15 21:10:37 +0100
commitb54f6a6cf4abbe19ae6e69db5024886d8c73aafe (patch)
tree11727beda12ef0a817e1940f16a046217f4e564e /spamassassin/Pkgfile
parent07a7909e94305c8bb56f41739ce84f43cb6e3d3a (diff)
downloadcontrib-b54f6a6cf4abbe19ae6e69db5024886d8c73aafe.tar.gz
contrib-b54f6a6cf4abbe19ae6e69db5024886d8c73aafe.tar.xz
spamassassin: fix build for 2.7
Diffstat (limited to 'spamassassin/Pkgfile')
-rw-r--r--spamassassin/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/spamassassin/Pkgfile b/spamassassin/Pkgfile
index 5df2b8344..08c990337 100644
--- a/spamassassin/Pkgfile
+++ b/spamassassin/Pkgfile
@@ -23,10 +23,10 @@ build() {
install -m0644 spamc/libspamc.so $PKG/usr/lib
install -m0644 spamc/libspamc.h $PKG/usr/include/libspamc.h
- chmod 0644 $PKG/usr/lib/perl5/site_perl/5.*.*/Mail/SpamAssassin/*.pm
+ chmod 0644 $PKG/usr/lib/perl5/5.*/Mail/SpamAssassin/*.pm
chmod 0644 $PKG/usr/share/$name/*
chmod -R u+w $PKG/*
- rm -fr $PKG/usr/lib/perl5/{5.*.*,site_perl/5.*.*/linux}
+ rm -fr $PKG/usr/lib/perl5/{5.*,site_perl/5.*/linux}
}

Generated by cgit