mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
Install i2enfeature/i2disfeature in $(sbindir).
This commit is contained in:
parent
6b98d34e70
commit
09f0986cdb
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
SUBDIRS = \
|
||||
mkembedconfig
|
||||
|
||||
bin_SCRIPTS = i2enfeature
|
||||
sbin_SCRIPTS = i2enfeature
|
||||
CLEANFILES = $(bin_SCRIPTS)
|
||||
|
||||
EXTRA_DIST = i2enfeature.in
|
||||
|
||||
install-exec-hook:
|
||||
$(LN_S) -f i2enfeature $(bindir)/i2disfeature
|
||||
$(LN_S) -f i2enfeature $(sbindir)/i2disfeature
|
||||
|
|
|
|||
Loading…
Reference in a new issue