summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_lib_dgen.awk
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-06-19 14:09:03 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-07-01 10:57:20 +0200
commit4bbbb7ec5cc848232201126c2b23ace92473cf2f (patch)
treedc2224babd0cd0f8305ace37915a81da5e66d93b /scripts/lib/ptxd_lib_dgen.awk
parent360f73777af1661d85ae0aa2434b6acde22da9fa (diff)
downloadptxdist-4bbbb7ec5cc848232201126c2b23ace92473cf2f.tar.gz
ptxdist-4bbbb7ec5cc848232201126c2b23ace92473cf2f.tar.xz
[dgen] use targetinstall.post instead of targetinstall for package dependencies
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_lib_dgen.awk')
-rw-r--r--scripts/lib/ptxd_lib_dgen.awk4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lib/ptxd_lib_dgen.awk b/scripts/lib/ptxd_lib_dgen.awk
index f49af9eef..728fecd3c 100644
--- a/scripts/lib/ptxd_lib_dgen.awk
+++ b/scripts/lib/ptxd_lib_dgen.awk
@@ -321,8 +321,8 @@ END {
continue;
print \
- "$(STATEDIR)/" this_pkg ".targetinstall: " \
- "$(STATEDIR)/" this_dep ".targetinstall" > DGEN_DEPS_POST;
+ "$(STATEDIR)/" this_pkg ".targetinstall.post: " \
+ "$(STATEDIR)/" this_dep ".targetinstall.post" > DGEN_DEPS_POST;
}
#