pulseaudio: fix do_install
authorKoen Kooi <koen@openembedded.org>
Sun, 4 Feb 2007 16:47:25 +0000 (16:47 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 4 Feb 2007 16:47:25 +0000 (16:47 +0000)
packages/pulseaudio/pulseaudio_0.9.5.bb

index 4cdee78..9fdd3aa 100644 (file)
@@ -32,6 +32,7 @@ PARALLEL_MAKE = ""
 
 
 do_install_append() {
+       install -d ${D}${sysconfdir}/default/volatiles
        install -m 0644 ${WORKDIR}/volatiles.04_pulse  ${D}${sysconfdir}/default/volatiles/volatiles.04_pulse
 }