From: Michael Tremer Date: Sun, 31 Aug 2014 15:38:05 +0000 (+0200) Subject: Fix installation of bridge-stp helper X-Git-Tag: 007~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d837cc79eac0ef16fc87de5fd2b98795d9b19a23;p=network.git 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. --- 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: