diff options
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} () { |