diff options
author | root <root@rshg054.dnsready.net> | 2012-02-23 23:15:11 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-23 23:15:11 +0000 |
commit | d466ef49f224a9347fe0375eac8126725e10a0a4 (patch) | |
tree | c08a9d7437c4d6de169858ac98fb340fd90202c2 /community/webfs | |
parent | 1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff) |
Thu Feb 23 23:15:11 UTC 2012
Diffstat (limited to 'community/webfs')
-rw-r--r-- | community/webfs/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/webfs/PKGBUILD b/community/webfs/PKGBUILD index c114dd27e..d57e06f83 100644 --- a/community/webfs/PKGBUILD +++ b/community/webfs/PKGBUILD @@ -1,11 +1,12 @@ -# $Id: PKGBUILD 14331 2010-04-02 23:04:21Z foutrelis $ +# $Id: PKGBUILD 66065 2012-02-22 17:25:28Z cbrannon $ # Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com> # Contributor: Mark Rosenstand <mark@archlinux.org> -# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> +# Contributor: Daniel J Griffiths <ghost1227@archlinux.us> +# Maintainer: Chris Brannon <chris@the-brannons.com> pkgname=webfs pkgver=1.21 -pkgrel=5 +pkgrel=6 pkgdesc="Simple http server for mostly static content." arch=(i686 x86_64) url="http://linux.bytesex.org/misc/webfs.html" @@ -20,8 +21,8 @@ md5sums=('6dc125fe160479404147e7bbfc781dbc' '3ae9fcdcf79b193aa88e386055e9ebd7' build() { cd ${srcdir}/${pkgname}-${pkgver} - patch -i ${srcdir}/webfs.patch || return 1 - make || return 1 + patch -i ${srcdir}/webfs.patch + make } package() { |