Skip to content
Snippets Groups Projects
Commit f98b60c0 authored by Natanael Copa's avatar Natanael Copa
Browse files

extra/squid: make the helper scripts executable

some of the helper scripts in /usr/lib/squid did not have execute
permissions.
parent 3ffa1c01
No related branches found
No related tags found
No related merge requests found
......@@ -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/*
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment