- fix indentation
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 22 Nov 2006 19:58:35 +0000 (19:58 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 22 Nov 2006 19:58:35 +0000 (19:58 -0000)
target/cpio/cpioroot.mk

index d85ee34e3b125d8c58fb19ed8210c205601635a2..b98defea34f5939fc34e43984f66e6926bad635e 100644 (file)
@@ -7,7 +7,7 @@
 CPIO_TARGET:=$(IMAGE).cpio
 
 cpioroot-init:
-       ln -s sbin/init $(TARGET_DIR)/init
+       ln -s sbin/init $(TARGET_DIR)/init
 
 cpioroot: host-fakeroot makedevs cpioroot-init
        -@find $(TARGET_DIR) -type f -perm +111 | xargs $(STRIP) 2>/dev/null || true;