mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib for expat
This commit is contained in:
parent
a2e5113512
commit
8d55544c0b
@ -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) -C $(EXPAT_DIR) install
|
$(MAKE) DESTDIR=$(STAGING_DIR)/usr -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