summaryrefslogtreecommitdiff
path: root/community/yaws/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/yaws/PKGBUILD')
-rw-r--r--community/yaws/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/yaws/PKGBUILD b/community/yaws/PKGBUILD
index 52fc29143..6a2ab49a2 100644
--- a/community/yaws/PKGBUILD
+++ b/community/yaws/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 68192 2012-03-18 22:20:01Z arodseth $
+# $Id: PKGBUILD 69782 2012-04-23 09:18:43Z ibiru $
# Maintainer: Vesa Kaihlavirta
# Contributor: Alexander Rødseth <rodseth@gmail.com>
pkgname=yaws
pkgver=1.92
-pkgrel=1
+pkgrel=2
pkgdesc='Yet Another Web Server -- The pure Erlang HTTP server/framework'
arch=('x86_64' 'i686' 'mips64el')
url='http://yaws.hyber.org/'
@@ -22,7 +22,7 @@ build() {
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
for file in www/cgi.yaws www/cgi-bin/foo.py; do
# python2 fix
- sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
+ sed -i '0,/on/s//on2/' "$file"
done
make
}