diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-11-19 19:13:07 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-11-19 19:13:07 (GMT) |
commit | 554758a9fe2b172cf57ce0957e5ecb308f0aeeae (patch) | |
tree | d1c46815ef3ee9f335ba73aadc52add902293fba | |
parent | aa728ac67667b1d2f2b28aa014018150f1a64f64 (diff) | |
download | monitoring-plugins-554758a9fe2b172cf57ce0957e5ecb308f0aeeae.tar.gz |
another try at portable symlinking
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@215 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | plugins/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 961a321..0258a09 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -138,7 +138,7 @@ $(check_tcp_programs): 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 rm $$i; ln -sf check_tcp $$i ; done | 141 | for i in $(check_tcp_programs) ; do rm -f $$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) |