diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-09 21:57:52 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-09 21:57:52 (GMT) |
commit | 76fe2cf619aa0c9b20d5d31a5e122a6ff76c6de9 (patch) | |
tree | d9eb5043ac2b60905270b7b6d5920b74242b8563 /abs | |
parent | 90e1ef52995785851828f1cb7ba5160978d2e443 (diff) | |
download | linhes_pkgbuild-76fe2cf619aa0c9b20d5d31a5e122a6ff76c6de9.zip linhes_pkgbuild-76fe2cf619aa0c9b20d5d31a5e122a6ff76c6de9.tar.gz linhes_pkgbuild-76fe2cf619aa0c9b20d5d31a5e122a6ff76c6de9.tar.bz2 |
lighttpd 1.4.28: recompile, changed location of touch binary
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/lighttpd/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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 |