[arch-commits] Commit in mod_mono/trunk (PKGBUILD)

Daniel Isenmann daniel at archlinux.org
Mon Jul 13 18:24:22 UTC 2015


    Date: Monday, July 13, 2015 @ 20:24:21
  Author: daniel
Revision: 242171

upgpkg: mod_mono 3.12-2

Fixed FS#28496

Modified:
  mod_mono/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-13 17:50:56 UTC (rev 242170)
+++ PKGBUILD	2015-07-13 18:24:21 UTC (rev 242171)
@@ -4,7 +4,7 @@
 
 pkgname=mod_mono
 pkgver=3.12
-pkgrel=1
+pkgrel=2
 pkgdesc="The mono module to make ASP.NET running on top of apache"
 arch=('i686' 'x86_64')
 url="http://www.go-mono.com"
@@ -24,5 +24,7 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
+  mkdir -p ${pkgdir}/etc/httpd/conf/extra
+  mv ${pkgdir}/etc/httpd/conf/mod_mono.conf ${pkgdir}/etc/httpd/conf/extra/mod_mono.conf
 }
 



More information about the arch-commits mailing list