diff options
Diffstat (limited to 'community/thttpd/PKGBUILD')
-rw-r--r-- | community/thttpd/PKGBUILD | 8 |
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 } |