mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-08-03 17:56:17 -04:00
Makefile: add missing chmod
This commit is contained in:
parent
2d2bc2cc8a
commit
a62d3610f0
1
Makefile
1
Makefile
@ -329,6 +329,7 @@ install:all $(PKGCONFBASE)
|
||||
-e "s|@INCDIR@|$(INCDIR)|" \
|
||||
-e "s|@VERSION@|$(VERSION)|" \
|
||||
$(PKGCONFBASE) > $(DESTDIR)$(LIBDIR)/pkgconfig/libdeflate.pc
|
||||
chmod 644 $(DESTDIR)$(LIBDIR)/pkgconfig/libdeflate.pc
|
||||
install -m644 libdeflate.h $(DESTDIR)$(INCDIR)
|
||||
install -m755 gzip$(PROG_SUFFIX) \
|
||||
$(DESTDIR)$(BINDIR)/libdeflate-gzip$(PROG_SUFFIX)
|
||||
|
Loading…
x
Reference in New Issue
Block a user