mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
- remove stray ';'
This commit is contained in:
parent
59c867406d
commit
165a61d58a
@ -87,12 +87,13 @@ EXT2_TARGET := $(EXT2_BASE)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
$(EXT2_BASE): host-fakeroot makedevs genext2fs
|
$(EXT2_BASE): host-fakeroot makedevs 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
|
||||||
@test -d $(TARGET_DIR)/usr/share && \
|
@test -d $(TARGET_DIR)/usr/share && \
|
||||||
rmdir -p --ignore-fail-on-non-empty $(TARGET_DIR)/usr/share
|
rmdir -p --ignore-fail-on-non-empty $(TARGET_DIR)/usr/share || \
|
||||||
|
true
|
||||||
-/sbin/ldconfig -r $(TARGET_DIR) 2>/dev/null
|
-/sbin/ldconfig -r $(TARGET_DIR) 2>/dev/null
|
||||||
# Use fakeroot to pretend all target binaries are owned by root
|
# Use fakeroot to pretend all target binaries are owned by root
|
||||||
rm -f $(STAGING_DIR)/_fakeroot.$(notdir $(EXT2_TARGET))
|
rm -f $(STAGING_DIR)/_fakeroot.$(notdir $(EXT2_TARGET))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user