Merge pull request #13 from stloeffler/stable

Add missing "$(INSTALL) -d" to lua.mk
This commit is contained in:
Volker Grabsch 2012-04-13 13:04:02 -07:00
commit 41752a6195
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ define $(PKG)_BUILD
INSTALL='$(INSTALL)' \
install
$(SED) -i 's,^prefix=.*,prefix=$(PREFIX)/$(TARGET),' '$(1)/etc/lua.pc'
$(INSTALL) -d '$(PREFIX)/$(TARGET)/lib/pkgconfig'
$(INSTALL) -m644 '$(1)/etc/lua.pc' '$(PREFIX)/$(TARGET)/lib/pkgconfig/lua.pc'
'$(TARGET)-gcc' \