[arch-commits] Commit in xsp/trunk (PKGBUILD xsp.webapp)
daniel at archlinux.org
daniel at archlinux.org
Tue Aug 5 10:52:36 UTC 2008
Date: Tuesday, August 5, 2008 @ 06:52:36
Author: daniel
Revision: 7966
upgpkg: xsp 1.9.1-2
change html dir to new apache structure, change directory permission to http user/group
Modified:
xsp/trunk/PKGBUILD
xsp/trunk/xsp.webapp
------------+
PKGBUILD | 10 +++++-----
xsp.webapp | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-08-05 10:52:26 UTC (rev 7965)
+++ PKGBUILD 2008-08-05 10:52:36 UTC (rev 7966)
@@ -4,7 +4,7 @@
pkgname=xsp
pkgver=1.9.1
-pkgrel=1
+pkgrel=2
pkgdesc="A simple webserver based on mono - provides ASP.NET support"
arch=(i686 x86_64)
license=('custom')
@@ -17,7 +17,7 @@
md5sums=('f53f440714a8126d7221212c6d79ea11'
'9575bd7d6f64d51ba05bdd6370665858'
'35d921df0fefc30f47a438c95d420efc'
- '3136575652778d8b905dae8302ceec03')
+ 'c917c07f68b945691506c29750db482f')
build() {
# get rid of that .wapi errors; thanks to brice
@@ -38,10 +38,10 @@
sed -i 's|gif \$(datadir)|gif $(DESTDIR)$(datadir)|' test/2.0/treeview/Makefile
make DESTDIR=${startdir}/pkg install
# move test files from share to arch' default html home
- mkdir -p ${startdir}/pkg/home/httpd/html
- mv ${startdir}/pkg/usr/lib/xsp/test $startdir/pkg/home/httpd/html/xsp
+ mkdir -p ${startdir}/pkg/srv/http/html
+ mv ${startdir}/pkg/usr/lib/xsp/test $startdir/pkg/srv/http/html/xsp
rm -rf ${startdir}/pkg/usr/share
- chown -R nobody:nobody ${startdir}/pkg/home/httpd/html/${pkgname}
+ chown -R http:http ${startdir}/pkg/srv/http/html/${pkgname}
# install a deamon
install -D -m755 ${startdir}/src/${pkgname}.rc.d \
Modified: xsp.webapp
===================================================================
--- xsp.webapp 2008-08-05 10:52:26 UTC (rev 7965)
+++ xsp.webapp 2008-08-05 10:52:36 UTC (rev 7966)
@@ -2,7 +2,7 @@
<web-application>
<name>Root</name>
<vpath>/</vpath>
- <path>/home/httpd/html/xsp</path>
+ <path>/srv/http/html/xsp</path>
<vhost>localhost</vhost>
</web-application>
</apps>
More information about the arch-commits
mailing list