aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bootchart-lite
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2009-11-27 10:55:03 +0100
committerSebastian Spaeth <Sebastian@SSpaeth.de>2009-11-27 10:55:03 +0100
commit5b7e82c4c29e50776afb95b821a80a6c01fc19f5 (patch)
tree9939fe4b40f2bfb916e492def4db646644012c2d /recipes/bootchart-lite
parent71e2c5d14385b8cbdb2c819b9579e2b6bd7954c9 (diff)
downloadopenembedded-5b7e82c4c29e50776afb95b821a80a6c01fc19f5.tar.gz
bootchart-lite: Use mkdir rather than install in postinst.
* install is part of coreutils which might not be installed. * As this is a -lite image it might not make sense to pull in coreutils just to create a dir. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'recipes/bootchart-lite')
-rw-r--r--recipes/bootchart-lite/bootchart-lite_svn.bb2
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} () {