Use -f with gzip, to prevent interactive promots when running make install multiple times.
This commit is contained in:
parent
97c001d464
commit
17dabcc708
|
@ -184,7 +184,7 @@ install: miniupnpd miniupnpd.8 miniupnpd.conf genuuid \
|
||||||
$(INSTALL) linux/miniupnpd.init.d.script $(DESTDIR)$(PREFIX)/etc/init.d/miniupnpd
|
$(INSTALL) linux/miniupnpd.init.d.script $(DESTDIR)$(PREFIX)/etc/init.d/miniupnpd
|
||||||
$(INSTALL) -d $(DESTDIR)$(MANINSTALLDIR)
|
$(INSTALL) -d $(DESTDIR)$(MANINSTALLDIR)
|
||||||
$(INSTALL) --mode=0644 miniupnpd.8 $(DESTDIR)$(MANINSTALLDIR)
|
$(INSTALL) --mode=0644 miniupnpd.8 $(DESTDIR)$(MANINSTALLDIR)
|
||||||
gzip $(DESTDIR)$(MANINSTALLDIR)/miniupnpd.8
|
gzip -f $(DESTDIR)$(MANINSTALLDIR)/miniupnpd.8
|
||||||
|
|
||||||
# genuuid is using the uuidgen CLI tool which is part of libuuid
|
# genuuid is using the uuidgen CLI tool which is part of libuuid
|
||||||
# from the e2fsprogs
|
# from the e2fsprogs
|
||||||
|
|
Loading…
Reference in New Issue