From f98b60c0eec376a964597c4ecc7d8b7ec2e73c9f Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 22 Jun 2009 12:35:24 +0000 Subject: extra/squid: make the helper scripts executable some of the helper scripts in /usr/lib/squid did not have execute permissions. --- extra/squid/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extra/squid/APKBUILD b/extra/squid/APKBUILD index b19dd85dcf..ac840cbbd5 100644 --- a/extra/squid/APKBUILD +++ b/extra/squid/APKBUILD @@ -3,7 +3,7 @@ pkgname=squid pkgver=2.7.6 _ver=2.7.STABLE6 -pkgrel=4 +pkgrel=5 pkgdesc="A full-featured Web proxy cache server." url="http://www.squid-cache.org" install="squid.post-install" @@ -86,6 +86,7 @@ build() { "$pkgdir"/etc/logrotate.d/squid mkdir -p "$pkgdir"/var/cache/squid "$pkgdir"/var/log/squid + chmod +x "$pkgdir"/usr/lib/squid/* } -- cgit v1.2.3