From d837cc79eac0ef16fc87de5fd2b98795d9b19a23 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 31 Aug 2014 17:38:05 +0200 Subject: [PATCH] Fix installation of bridge-stp helper When make install was executed multiple times, the install hook created a recursive symlink. Now the old link gets removed and the correct symlink will be created. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 83bc65bb..2b86f868 100644 --- a/Makefile.am +++ b/Makefile.am @@ -170,7 +170,7 @@ dist_helpers_SCRIPTS = \ src/helpers/wpa_supplicant \ src/helpers/wpa_supplicant-config-helper -bridge-stp-install-hook: +bridge-stp-install-hook: bridge-stp-uninstall-hook ln -svf --relative $(DESTDIR)$(helpersdir)/bridge-stp $(DESTDIR)$(sbindir)/ bridge-stp-uninstall-hook: -- 2.47.3