mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2025-12-06 05:32:02 +01:00
parent
91f446c6fe
commit
9c82738c5a
|
|
@ -15,7 +15,9 @@ ircddbgatewayd: $(OBJECTS) ../ircDDB/IRCDDB.a ../Common/Common.a
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install:
|
install:
|
||||||
install -g root -o root -m 0755 ircddbgatewayd $(DESTDIR)$(BINDIR)
|
install -g root -o root -m 0755 ircddbgatewayd $(DESTDIR)$(BINDIR)
|
||||||
|
ifeq (,$(wildcard $(DESTDIR)$(CONFDIR)/ircddbgateway))
|
||||||
cp ircddbgateway-emptyconfig $(DESTDIR)$(CONFDIR)/ircddbgateway
|
cp ircddbgateway-emptyconfig $(DESTDIR)$(CONFDIR)/ircddbgateway
|
||||||
|
endif
|
||||||
ifeq ($(TARGET), opendv)
|
ifeq ($(TARGET), opendv)
|
||||||
cp ../debian/ircddbgatewayd.ircddbgatewayd.service $(DESTDIR)/etc/systemd/system/ircddbgatewayd.service
|
cp ../debian/ircddbgatewayd.ircddbgatewayd.service $(DESTDIR)/etc/systemd/system/ircddbgatewayd.service
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue