* [ptxdist] [PATCH] Fix install_initramfs_link
@ 2012-03-27 9:24 Alexander Stein
0 siblings, 0 replies; only message in thread
From: Alexander Stein @ 2012-03-27 9:24 UTC (permalink / raw)
To: ptxdist
slink format is (see ./usr/gen_init_cpio -h)
slink <name> <target> <mode> <uid> <gid>
Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
---
rules/post/install_initramfs.make | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/rules/post/install_initramfs.make b/rules/post/install_initramfs.make
index 6a305ae..d4558f1 100644
--- a/rules/post/install_initramfs.make
+++ b/rules/post/install_initramfs.make
@@ -120,7 +120,7 @@ install_initramfs_link = \
SRC=$(strip $(2)); \
DST=$(strip $(3)); \
echo "install_initramfs_link: src=$$SRC dst=$$DST "; \
- echo "slink $$DST $$SRC 0755 0 0" >> $(INITRAMFS_CONTROL)
+ echo "slink $$SRC $$DST 0755 0 0" >> $(INITRAMFS_CONTROL)
#
# install_initramfs_node
--
1.7.3.4
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-03-27 10:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-27 9:24 [ptxdist] [PATCH] Fix install_initramfs_link Alexander Stein
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox