cake
/
libg1m
Archived
1
0
Fork 0

Corrected configuration scripts installation

This commit is contained in:
Thomas Touhey 2017-02-20 00:05:36 +01:00
parent 0c324a5ce0
commit c37756261d
1 changed files with 2 additions and 2 deletions

View File

@ -180,8 +180,8 @@ $(eval $(call make-moduleobj-rule,$(mod))))
--runlibs="$(RLIBS)" \
--maintainer="$(MAINTAINER_NAME) <$(MAINTAINER_MAIL)>" \
--incdir="$(OIINCDIR)/lib$(NAME)-$(VERSION)" --libdir="$(OILIBDIR)" \
>"$(IBINDIR)/lib$(NAME)-config" \
&& chmod 755 "$(IBINDIR)/lib$(NAME)-config")
>"$(IBINDIR)/$(TARGET)lib$(NAME)-config" \
&& chmod 755 "$(IBINDIR)/$(TARGET)lib$(NAME)-config")
$(call imsg,Installing the pkg-config configuration.)
$(call qcmd,$(INST) -m 755 -d "$(IPKGDIR)")