mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
make sure ext2 target depends on fakeroot
This commit is contained in:
parent
0de80acbbf
commit
5bfaa0bb40
@ -65,12 +65,14 @@ else
|
|||||||
EXT2_TARGET := $(EXT2_BASE)
|
EXT2_TARGET := $(EXT2_BASE)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(EXT2_BASE): genext2fs
|
$(EXT2_BASE): host-fakeroot genext2fs
|
||||||
-@find $(TARGET_DIR) -type f -perm +111 | xargs $(STRIP) 2>/dev/null || true;
|
-@find $(TARGET_DIR) -type f -perm +111 | xargs $(STRIP) 2>/dev/null || true;
|
||||||
@rm -rf $(TARGET_DIR)/usr/man
|
@rm -rf $(TARGET_DIR)/usr/man
|
||||||
@rm -rf $(TARGET_DIR)/usr/share/man
|
@rm -rf $(TARGET_DIR)/usr/share/man
|
||||||
@rm -rf $(TARGET_DIR)/usr/info
|
@rm -rf $(TARGET_DIR)/usr/info
|
||||||
/sbin/ldconfig -r $(TARGET_DIR)
|
test -e "$(TARGET_DIR)/etc/ld.so.conf" \
|
||||||
|
&& /sbin/ldconfig -r $(TARGET_DIR) \
|
||||||
|
|| true
|
||||||
# Use fakeroot to pretend all target binaries are owned by root
|
# Use fakeroot to pretend all target binaries are owned by root
|
||||||
$(STAGING_DIR)/usr/bin/fakeroot \
|
$(STAGING_DIR)/usr/bin/fakeroot \
|
||||||
-i $(STAGING_DIR)/fakeroot.env \
|
-i $(STAGING_DIR)/fakeroot.env \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user