diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-22 19:58:35 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-22 19:58:35 +0000 |
commit | 8862d9b9ad1c728e3c92b6218d7c99382e689d91 (patch) | |
tree | 9a43d26a78a565e1572b2c89e4df211296e0b446 /target/cpio/cpioroot.mk | |
parent | 5577825bd2e952eb9625e91eac595a62a275316e (diff) |
- fix indentation
Diffstat (limited to 'target/cpio/cpioroot.mk')
-rw-r--r-- | target/cpio/cpioroot.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/cpio/cpioroot.mk b/target/cpio/cpioroot.mk index d85ee34e3..b98defea3 100644 --- a/target/cpio/cpioroot.mk +++ b/target/cpio/cpioroot.mk @@ -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; |