summaryrefslogtreecommitdiffstats
path: root/package/squid
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-08-06 11:06:32 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-08-06 11:06:32 +0200
commite911e95df40dd5a93ec5876c08088790ef20244a (patch)
tree18e3cb7dbddcfdccbe3c7524e98c3404d4ff068d /package/squid
parente6884604ea88316ffa47ff2c1d57604eb9146ba3 (diff)
downloadbuildroot-e911e95df40dd5a93ec5876c08088790ef20244a.tar.gz
buildroot-e911e95df40dd5a93ec5876c08088790ef20244a.zip
squid: fix systemd unit file location
squid.service is in tools/systemd/, not in tools/. Fixes: http://autobuild.buildroot.net/results/cec/cecb968172cb00281e439566e5ae154538435a51/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/squid')
-rw-r--r--package/squid/squid.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/squid/squid.mk b/package/squid/squid.mk
index e201673730..e140773dc5 100644
--- a/package/squid/squid.mk
+++ b/package/squid/squid.mk
@@ -90,7 +90,7 @@ define SQUID_INSTALL_INIT_SYSV
endef
define SQUID_INSTALL_INIT_SYSTEMD
- $(INSTALL) -D -m 0644 $(@D)/tools/squid.service \
+ $(INSTALL) -D -m 0644 $(@D)/tools/systemd/squid.service \
$(TARGET_DIR)/usr/lib/systemd/system/squid.service
mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
ln -sf ../../../..//usr/lib/systemd/system/squid.service \
OpenPOWER on IntegriCloud