Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ryuotesting5.git;a=commitdiff;h=8ac1508ee55eb946b589760f99cac256f988ad5c
commit 8ac1508ee55eb946b589760f99cac256f988ad5c Author: James Buren <[email protected]> Date: Sun Jul 22 00:45:50 2012 -0500 nginx-1.2.1-2-x86_64 * remove /var/run diff --git a/source/network-extra/nginx/FrugalBuild b/source/network-extra/nginx/FrugalBuild index d809917..7685bb7 100644 --- a/source/network-extra/nginx/FrugalBuild +++ b/source/network-extra/nginx/FrugalBuild @@ -3,7 +3,7 @@ pkgname=nginx pkgver=1.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="[engine x] is a HTTP server and mail proxy server." url="http://nginx.net/" license="BSD" @@ -56,6 +56,9 @@ build() { # does not start without it Fmkdir $Flocalstatedir/spool/$pkgname + # remove /var/run for new systemd + Frm /var/run + # fix nginx's home dir Fmkdir $Flocalstatedir/www Fmv $Fsysconfdir/$pkgname/html $Flocalstatedir/www/$pkgname _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
