summaryrefslogtreecommitdiff
path: root/community/thttpd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-09 01:22:21 -0700
committerroot <root@rshg054.dnsready.net>2013-07-09 01:22:21 -0700
commit10aa61ef39e662453e1d817046e359372fe3b326 (patch)
treeb4b80fca9ddca701f90f9a5f3e538da42afc65eb /community/thttpd
parentf6f03b59111d2fa5eb1b97f04001c69cd99cca6c (diff)
Tue Jul 9 01:22:19 PDT 2013
Diffstat (limited to 'community/thttpd')
-rw-r--r--community/thttpd/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/thttpd/PKGBUILD b/community/thttpd/PKGBUILD
index 9f645e7d1..95862d06f 100644
--- a/community/thttpd/PKGBUILD
+++ b/community/thttpd/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 93534 2013-07-05 01:36:00Z bisson $
+# $Id: PKGBUILD 93680 2013-07-08 11:41:45Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
# Contributor: Stewart Starbuck <stewart@stewartstarbuck.co.uk>
pkgname=thttpd
pkgver=2.25b
-pkgrel=10
+pkgrel=11
pkgdesc='Simple, small, portable, fast, and secure HTTP server'
url='http://www.acme.com/software/thttpd/'
license=('custom:BSD')
@@ -64,4 +64,8 @@ package() {
install -d "${pkgdir}"/var/log/thttpd
install -d "${pkgdir}"/usr/share/licenses/"${pkgname}"
head -n 26 thttpd.c > "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
+
+ # conflicts with apache
+ mv "${pkgdir}"/usr/bin/htpasswd{,-thttpd}
+ mv "${pkgdir}"/usr/share/man/man1/htpasswd{,-thttpd}.1
}