Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
install ido2db-init-script in make install-idoutils
Browse files Browse the repository at this point in the history
./configure --enable-idoutils has to be set
fixes #129
  • Loading branch information
Michael Friedrich committed Aug 29, 2009
1 parent 5d3c491 commit eda920f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ install-webconf:

install-idoutils:
@if [ x$(USE_IDOUTILS) = xyes ]; then \
$(INSTALL) -m 755 $(INIT_OPTS) rc.ido2db $(DESTDIR)$(INIT_DIR)/ido2db ;\
cd $(SRC_IDOUTILS) && $(MAKE) $@ ;\
fi
@if [ x$(USE_IDOUTILS) = xyes ]; then \
Expand Down

0 comments on commit eda920f

Please sign in to comment.