mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
Remove bad 'w' flag from rm in diffutils
This commit is contained in:
parent
4909da4156
commit
8a4110de80
@ -110,7 +110,7 @@ endif
|
|||||||
ifneq ($(BR2_HAVE_MANPAGES),y)
|
ifneq ($(BR2_HAVE_MANPAGES),y)
|
||||||
rm -rf $(TARGET_DIR)/usr/share/man
|
rm -rf $(TARGET_DIR)/usr/share/man
|
||||||
endif
|
endif
|
||||||
rm -rfw $(TARGET_DIR)/share/locale
|
rm -rf $(TARGET_DIR)/share/locale
|
||||||
rm -rf $(TARGET_DIR)/usr/share/doc
|
rm -rf $(TARGET_DIR)/usr/share/doc
|
||||||
|
|
||||||
diffutils: uclibc $(TARGET_DIR)/$(DIFFUTILS_TARGET_BINARY)
|
diffutils: uclibc $(TARGET_DIR)/$(DIFFUTILS_TARGET_BINARY)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user