acpid: add an extra install -d to avoid things like this:
authorKoen Kooi <koen@openembedded.org>
Sun, 6 May 2007 17:29:24 +0000 (17:29 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 6 May 2007 17:29:24 +0000 (17:29 +0000)
./acpid-1.0.4-r2/image/usr/.debug/bin

packages/acpid/acpid.inc
packages/acpid/acpid_1.0.4.bb

index 69517a7..6e79915 100644 (file)
@@ -16,6 +16,7 @@ do_compile () {
 }
 
 do_install () {
+       install -d ${D}${bindir} 
        oe_runmake 'INSTPREFIX=${D}' install
        install -d ${D}${sysconfdir}/init.d
        cat ${WORKDIR}/init | sed -e's,/usr/sbin,${sbindir},g' > ${D}${sysconfdir}/init.d/acpid
index 640acd5..f48c262 100644 (file)
@@ -1,4 +1,4 @@
 require acpid.inc
 SRC_URI += "file://gcc40.patch;patch=1"
-PR = "r2"
+PR = "r3"