mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
another try at portable symlinking
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@214 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
af00c7bc63
commit
aa728ac676
1 changed files with 2 additions and 2 deletions
|
|
@ -137,8 +137,8 @@ $(check_tcp_programs): check_tcp
|
|||
ln -sf check_tcp $@
|
||||
|
||||
install-exec-hook:
|
||||
cd $(DESTDIR)$(libexecdir)
|
||||
for i in $(check_tcp_programs) ; do ln -sf check_tcp $$i ; done
|
||||
cd $(DESTDIR)$(libexecdir) && \
|
||||
for i in $(check_tcp_programs) ; do rm $$i; ln -sf check_tcp $$i ; done
|
||||
|
||||
clean-local:
|
||||
rm -f $(check_tcp_programs)
|
||||
|
|
|
|||
Loading…
Reference in a new issue