summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-06-15 10:28:51 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-06-15 10:28:51 +0200
commit37524286cfcb81b781ade3261cb1c4696913227f (patch)
treeb46dd64783c79d2ee47aaab12baa0510abbb28de
parentbd0c68dab0d58d546148e095b904a41aa535bd42 (diff)
do not install html error pages for all languages
-rw-r--r--package/squid/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/squid/Makefile b/package/squid/Makefile
index 838ded033..1c4ffa115 100644
--- a/package/squid/Makefile
+++ b/package/squid/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= squid
PKG_VERSION:= 3.1.4
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= c70ef1198e6a6c1ae80bc57cd3592e36
PKG_DESCR:= squid web and cache proxy
PKG_SECTION:= net
@@ -146,8 +146,9 @@ post-install: ${INSTALL_MODS_y} ${INSTALL_MODS_m}
${INSTALL_DATA} ${WRKINST}/etc/squid/mime.conf \
${IDIR_SQUID}/etc/squid/
${INSTALL_DATA} ./files/squid.conf ${IDIR_SQUID}/etc/squid/
- ${INSTALL_DIR} ${IDIR_SQUID}/usr/share/squid
- ${CP} ${WRKINST}/usr/share/squid/* ${IDIR_SQUID}/usr/share/squid/
+ ${INSTALL_DIR} ${IDIR_SQUID}/usr/share/squid/errors
+ ${CP} ${WRKINST}/usr/share/squid/errors/en ${IDIR_SQUID}/usr/share/squid/errors
+ ${CP} ${WRKINST}/usr/share/squid/icons ${IDIR_SQUID}/usr/share/squid/
${INSTALL_DIR} ${IDIR_SQUID}/usr/sbin ${IDIR_SQUID}/usr/lib/squid
${INSTALL_BIN} ${WRKINST}/usr/sbin/squid ${IDIR_SQUID}/usr/sbin/
${INSTALL_BIN} ${WRKINST}/usr/lib/squid/unlinkd \