omniorb_4.0.7.bb : Create directory on target file system for omniNames log files.
authorPhilip Balister <philip@balister.org>
Fri, 10 Nov 2006 14:04:57 +0000 (14:04 +0000)
committerPhilip Balister <philip@balister.org>
Fri, 10 Nov 2006 14:04:57 +0000 (14:04 +0000)
packages/omniorb/omniorb_4.0.7.bb

index 1ae2831..0dfaa7a 100644 (file)
@@ -34,4 +34,5 @@ do_install () {
        make DESTDIR=${D} install
        install -d ${D}${sysconfdir}
        install -m 0644 ${WORKDIR}/omniORB.cfg ${D}${sysconfdir}
+       install -d ${D}${localstatedir}/omninames
 }