Don't install op-adduser to /usr/bin

This commit is contained in:
Michael Spang 2009-01-31 02:05:41 -05:00
parent 99aa8e0fca
commit 87a353db17
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ config.o: config.h config-vars.h
install:
install -d $(DESTDIR)$(PREFIX)/sbin $(DESTDIR)$(PREFIX)/bin $(DESTDIR)$(PREFIX)/lib/ceod
install ceod $(DESTDIR)$(PREFIX)/sbin
install op-adduser addmember addclub $(DESTDIR)$(PREFIX)/bin
install addmember addclub $(DESTDIR)$(PREFIX)/bin
install ceoc op-adduser $(DESTDIR)$(PREFIX)/lib/ceod
$(NET_PROGS): LDFLAGS += $(NET_LDFLAGS)