diff options
-rw-r--r-- | meta-oe/recipes-support/openct/openct_0.6.20.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/openct/openct_0.6.20.bb b/meta-oe/recipes-support/openct/openct_0.6.20.bb index 67b7c29753..08b2e3c232 100644 --- a/meta-oe/recipes-support/openct/openct_0.6.20.bb +++ b/meta-oe/recipes-support/openct/openct_0.6.20.bb | |||
@@ -56,10 +56,6 @@ FILES_${PN}-dbg += " \ | |||
56 | 56 | ||
57 | INSANE_SKIP_${PN} += "dev-deps" | 57 | INSANE_SKIP_${PN} += "dev-deps" |
58 | 58 | ||
59 | do_install_append() { | ||
60 | rm -r ${D}/${localstatedir}/run | ||
61 | } | ||
62 | |||
63 | do_install () { | 59 | do_install () { |
64 | rm -rf ${D} | 60 | rm -rf ${D} |
65 | install -d ${D}/etc | 61 | install -d ${D}/etc |
@@ -87,4 +83,6 @@ do_install () { | |||
87 | install -dm 755 ${D}${localstatedir}/run/openct | 83 | install -dm 755 ${D}${localstatedir}/run/openct |
88 | touch ${D}${localstatedir}/run/openct/status | 84 | touch ${D}${localstatedir}/run/openct/status |
89 | chmod 644 ${D}${localstatedir}/run/openct/status | 85 | chmod 644 ${D}${localstatedir}/run/openct/status |
86 | |||
87 | rm -r ${D}/${localstatedir}/run | ||
90 | } | 88 | } |