diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-11-19 19:07:59 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-11-19 19:07:59 (GMT) |
commit | aa728ac67667b1d2f2b28aa014018150f1a64f64 (patch) | |
tree | a9c98c98e2e0c581500c511d6ab1d690c290fc71 /plugins | |
parent | af00c7bc63bf8541a89a7185005f8ab88a8cf505 (diff) | |
download | monitoring-plugins-aa728ac67667b1d2f2b28aa014018150f1a64f64.tar.gz |
another try at portable symlinking
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@214 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 633efa5..961a321 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -137,8 +137,8 @@ $(check_tcp_programs): check_tcp | |||
137 | ln -sf check_tcp $@ | 137 | ln -sf check_tcp $@ |
138 | 138 | ||
139 | install-exec-hook: | 139 | install-exec-hook: |
140 | cd $(DESTDIR)$(libexecdir) | 140 | cd $(DESTDIR)$(libexecdir) && \ |
141 | for i in $(check_tcp_programs) ; do ln -sf check_tcp $$i ; done | 141 | for i in $(check_tcp_programs) ; do rm $$i; ln -sf check_tcp $$i ; done |
142 | 142 | ||
143 | clean-local: | 143 | clean-local: |
144 | rm -f $(check_tcp_programs) | 144 | rm -f $(check_tcp_programs) |