From f10bc890e23b75aac1210873958f7877d042feb6 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 2 Mar 2012 19:38:30 +0100 Subject: [PATCH] Makefile: make rcpostplug.d links to postplug.d plugins relative --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index de1af5a..b6918d5 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ install-plugins: $(pck_plugins) for plugin in $(notdir $^); do\ $(INSTALL_SCRIPT) postplug.d/$$plugin \ $(DESTDIR)$(postplugdir)/$${plugin##[0-9][0-9]};\ - ln -sf $(postplugdir)/$${plugin##[0-9][0-9]}\ + ln -sf ../postplug.d/$${plugin##[0-9][0-9]}\ $(DESTDIR)$(postplugrcdir)/$$plugin;\ done