mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-15 20:13:42 +00:00
gzip force
This commit is contained in:
4
Makefile
4
Makefile
@@ -87,8 +87,8 @@ install: $(USTR) $(DUMP)
|
|||||||
install -m755 $(DUMP) $(DESTDIR)$(PREFIX)/bin/$(DUMP)
|
install -m755 $(DUMP) $(DESTDIR)$(PREFIX)/bin/$(DUMP)
|
||||||
install -m644 man/$(USTR).1 $(DESTDIR)$(MANPREFIX)/man1/$(USTR).1
|
install -m644 man/$(USTR).1 $(DESTDIR)$(MANPREFIX)/man1/$(USTR).1
|
||||||
install -m644 man/$(DUMP).1 $(DESTDIR)$(MANPREFIX)/man1/$(DUMP).1
|
install -m644 man/$(DUMP).1 $(DESTDIR)$(MANPREFIX)/man1/$(DUMP).1
|
||||||
gzip $(DESTDIR)$(MANPREFIX)/man1/$(USTR).1
|
gzip -f $(DESTDIR)$(MANPREFIX)/man1/$(USTR).1
|
||||||
gzip $(DESTDIR)$(MANPREFIX)/man1/$(DUMP).1
|
gzip -f $(DESTDIR)$(MANPREFIX)/man1/$(DUMP).1
|
||||||
ifneq ($(call optbool,$(WITH_PYTHON)),)
|
ifneq ($(call optbool,$(WITH_PYTHON)),)
|
||||||
cd src/python && python3 setup.py install --prefix=$(PREFIX) --root=$(if $(DESTDIR),$(DESTDIR),/)
|
cd src/python && python3 setup.py install --prefix=$(PREFIX) --root=$(if $(DESTDIR),$(DESTDIR),/)
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user