diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-11-27 22:38:46 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-11-27 22:38:46 +0100 |
commit | 7b52c2df97ca766b03d0e0ecb346007d9d335105 (patch) | |
tree | 94fb6a245633c872898a185546fe351dbed59be4 /recipes/bootchart-lite | |
parent | 7fcaef86af3dc262b4c315da1b5bb5a8e012b402 (diff) | |
parent | 0e0de60f4443c143fa92068932722f5d75b0999b (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/bootchart-lite')
-rw-r--r-- | recipes/bootchart-lite/bootchart-lite_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/bootchart-lite/bootchart-lite_svn.bb b/recipes/bootchart-lite/bootchart-lite_svn.bb index 2220560070..1368c92105 100644 --- a/recipes/bootchart-lite/bootchart-lite_svn.bb +++ b/recipes/bootchart-lite/bootchart-lite_svn.bb @@ -12,7 +12,7 @@ S = "${WORKDIR}/trunk" inherit autotools pkg_postinst_${PN} () { - install -d /etc/bootchart-lite + mkdir /etc/bootchart-lite } pkg_postrm_${PN} () { |