Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=00dd11c8210c545079b65c6533df6a3a0213a67e

commit 00dd11c8210c545079b65c6533df6a3a0213a67e
Author: CSÉCSY László <[EMAIL PROTECTED]>
Date:   Sun Sep 21 14:10:57 2008 +0200

darcsweb-1.0-2-i686
make it available at "<host>/darcsweb", not only "<host>/darcsweb/"
ok by vmiklos@

diff --git a/source/network-extra/darcsweb/FrugalBuild 
b/source/network-extra/darcsweb/FrugalBuild
index efe0bb5..793a3bc 100644
--- a/source/network-extra/darcsweb/FrugalBuild
+++ b/source/network-extra/darcsweb/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=darcsweb
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="This is a very simple web interface for darcs, inspired in gitweb."
url="http://blitiri.com.ar/p/darcsweb/";
rodepends=('python' 'apache' 'darcs')
@@ -27,5 +27,5 @@ build()
Fexe /etc/cron.daily/darcsweb
}
sha1sums=('4db16bb56187b89e3541bec8c76d79a5c09ad0c2' \
-          '1563b9783b07d0d4abb35fc3dd979ec929ea3c7e' \
+          'ef37d30659b715e5ecbda05f04fe70b28e36ce18' \
'585cce4606e6680526a208ba1447e1d9836cf380')
diff --git a/source/network-extra/darcsweb/darcsweb.conf 
b/source/network-extra/darcsweb/darcsweb.conf
index f2d8bc4..88cf046 100644
--- a/source/network-extra/darcsweb/darcsweb.conf
+++ b/source/network-extra/darcsweb/darcsweb.conf
@@ -1,5 +1,5 @@
<IfModule mod_alias.c>
-    Alias /darcsweb/ /var/www/darcsweb/
+    Alias /darcsweb /var/www/darcsweb/
</IfModule>

<Directory /var/www/darcsweb>
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to