summaryrefslogtreecommitdiff
path: root/community/webfs
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-24 14:50:00 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-24 14:50:00 +0100
commit82e1a8e4caf3318dbb60adda8c2649ae7ac15661 (patch)
treebc42529997fa58fc26481c8ba7524560f3baa5af /community/webfs
parentf87cdf22eb712b5b1c118f768d4ff710fc839403 (diff)
parentd466ef49f224a9347fe0375eac8126725e10a0a4 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/arpack/PKGBUILD community/flac123/PKGBUILD community/flashrom/PKGBUILD community/liblockfile/PKGBUILD community/python-cjson/PKGBUILD community/tcpflow/PKGBUILD extra/vlc/PKGBUILD multilib/lib32-gnutls/PKGBUILD multilib/lib32-libssh2/PKGBUILD
Diffstat (limited to 'community/webfs')
-rw-r--r--community/webfs/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/webfs/PKGBUILD b/community/webfs/PKGBUILD
index 0b9cf4994..b67886f5c 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 'mips64el')
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() {