- depends on host-fakeroot
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 15 Sep 2007 18:14:53 +0000 (18:14 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 15 Sep 2007 18:14:53 +0000 (18:14 -0000)
package/busybox/initramfs.mk

index 62e4e894c96d6803b3126fc91a70b1bf1faf7780..257ec7db4abbdcac54ed0dbac17a1c1b2b2806c2 100644 (file)
@@ -104,7 +104,7 @@ $(BR2_INITRAMFS_DIR)/bin/busybox: $(BUSYBOX_INITRAMFS_DIR)/busybox
        $(STRIP) $(STRIP_STRIP_ALL) $@
 
 
-$(BB_INITRAMFS_TARGET): $(BR2_INITRAMFS_DIR)/bin/busybox
+$(BB_INITRAMFS_TARGET): host-fakeroot $(BR2_INITRAMFS_DIR)/bin/busybox
        ln -fs bin/busybox $(PROJECT_BUILD_DIR)/initramfs/init
        mkdir -p $(PROJECT_BUILD_DIR)/initramfs/etc
        cat target/generic/target_busybox_skeleton/etc/inittab > \