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