diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-01-04 21:39:50 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-01-04 21:39:50 -0300 |
commit | 9e2eedaa4921b8d57c364fb3e2a8c9e2e96b8e69 (patch) | |
tree | 1f5ef1cf64d8477147f581592b19c94bcaafd917 /community/inn | |
parent | 2bd8076ad5b2278e808a796d572bb99a7fccf52a (diff) | |
parent | 85828cc2c2c3ef5c0b9b03388b9323d3d163b389 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
core/gcc/PKGBUILD
core/glibc/PKGBUILD
core/linux-api-headers/PKGBUILD
extra/avidemux/PKGBUILD
extra/mkvtoolnix/PKGBUILD
extra/qimageblitz/PKGBUILD
extra/valgrind/PKGBUILD
libre/linux-libre/PKGBUILD
multilib/binutils-multilib/PKGBUILD
multilib/gcc-multilib/PKGBUILD
multilib/lib32-glibc/PKGBUILD
staging/kdeutils/PKGBUILD
Diffstat (limited to 'community/inn')
-rw-r--r-- | community/inn/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/inn/PKGBUILD b/community/inn/PKGBUILD index 880fbd1ed..35f35c9e4 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' 'mips64el') @@ -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 |