mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
Use correct DEST_DIR for expat
This commit is contained in:
parent
20af51a7d7
commit
b064adfc0f
@ -53,7 +53,7 @@ $(EXPAT_DIR)/$(EXPAT_BINARY): $(EXPAT_DIR)/.configured
|
|||||||
touch -c $@
|
touch -c $@
|
||||||
|
|
||||||
$(STAGING_DIR)/$(EXPAT_TARGET_BINARY): $(EXPAT_DIR)/$(EXPAT_BINARY)
|
$(STAGING_DIR)/$(EXPAT_TARGET_BINARY): $(EXPAT_DIR)/$(EXPAT_BINARY)
|
||||||
$(MAKE) DESTDIR=$(STAGING_DIR)/usr -C $(EXPAT_DIR) install
|
$(MAKE) DESTDIR=$(STAGING_DIR) -C $(EXPAT_DIR) install
|
||||||
$(SED) "s,^libdir=.*,libdir=\'$(STAGING_DIR)/usr/lib\',g" \
|
$(SED) "s,^libdir=.*,libdir=\'$(STAGING_DIR)/usr/lib\',g" \
|
||||||
$(STAGING_DIR)/usr/lib/libexpat.la
|
$(STAGING_DIR)/usr/lib/libexpat.la
|
||||||
touch -c $@
|
touch -c $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user