From 76fe2cf619aa0c9b20d5d31a5e122a6ff76c6de9 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Thu, 9 Aug 2012 16:57:52 -0500 Subject: lighttpd 1.4.28: recompile, changed location of touch binary --- abs/core/lighttpd/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abs/core/lighttpd/PKGBUILD b/abs/core/lighttpd/PKGBUILD index 99d9eac..5ea4284 100644 --- a/abs/core/lighttpd/PKGBUILD +++ b/abs/core/lighttpd/PKGBUILD @@ -69,7 +69,7 @@ package() { -e 's|#ssi.extension = ( ".shtml" )|ssi.extension = ( ".shtml" )|' \ -i ${pkgdir}/etc/lighttpd/lighttpd.conf || return 1 - /bin/touch ${pkgdir}/etc/lighttpd/{conf,html}.include || return 1 + /usr/bin/touch ${pkgdir}/etc/lighttpd/{conf,html}.include || return 1 /bin/echo 'include "/etc/lighttpd/conf.include"' >> ${pkgdir}/etc/lighttpd/lighttpd.conf || return 1 /bin/echo 'include "/etc/lighttpd/html.include"' >> ${pkgdir}/etc/lighttpd/lighttpd.conf || return 1 -- cgit v0.12