summaryrefslogtreecommitdiff
path: root/community/inn/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/inn/PKGBUILD')
-rw-r--r--community/inn/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/inn/PKGBUILD b/community/inn/PKGBUILD
index ea35329d1..55377a3c0 100644
--- a/community/inn/PKGBUILD
+++ b/community/inn/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=inn
pkgver=2.5.2
-pkgrel=8
+pkgrel=9
pkgdesc="Complete open source Usenet system. De facto standard for handling news routing, news spool and serving the spool to customers."
url="http://www.isc.org/software/inn/"
arch=('i686' 'x86_64')
@@ -83,7 +83,8 @@ build() {
--with-news-group=13
# See https://wiki.archlinux.org/index.php/DeveloperWiki:UID_/_GID_Database
- cat >>confdefs.h <<EOF
+ test -f include/config.h
+ cat >>include/config.h <<EOF
#undef RUNASUSER
#define RUNASUSER "news"
#undef RUNASGROUP