mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-21 03:43:47 +08:00
Fixed typo in cpioroot, we're working with CPIO_BASE not TAR_TARGET
This commit is contained in:
parent
296a0308e0
commit
942be8ba84
@ -49,7 +49,7 @@ ifneq ($(BR2_HAVE_INFOPAGES),y)
|
||||
endif
|
||||
$(if $(TARGET_LDCONFIG),test -x $(TARGET_LDCONFIG) && $(TARGET_LDCONFIG) -r $(TARGET_DIR) 2>/dev/null)
|
||||
# Use fakeroot to pretend all target binaries are owned by root
|
||||
rm -f $(PROJECT_BUILD_DIR)/_fakeroot.$(notdir $(TAR_TARGET))
|
||||
rm -f $(PROJECT_BUILD_DIR)/_fakeroot.$(notdir $(CPIO_BASE))
|
||||
touch $(PROJECT_BUILD_DIR)/.fakeroot.00000
|
||||
cat $(PROJECT_BUILD_DIR)/.fakeroot* > $(PROJECT_BUILD_DIR)/_fakeroot.$(notdir $(CPIO_BASE))
|
||||
echo "chown -R 0:0 $(TARGET_DIR)" >> $(PROJECT_BUILD_DIR)/_fakeroot.$(notdir $(CPIO_BASE))
|
||||
|
Loading…
Reference in New Issue
Block a user