git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42609ed
)
pulseaudio: fix do_install
author
Koen Kooi
<koen@openembedded.org>
Sun, 4 Feb 2007 16:47:25 +0000
(16:47 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 4 Feb 2007 16:47:25 +0000
(16:47 +0000)
packages/pulseaudio/pulseaudio_0.9.5.bb
patch
|
blob
|
history
diff --git
a/packages/pulseaudio/pulseaudio_0.9.5.bb
b/packages/pulseaudio/pulseaudio_0.9.5.bb
index
4cdee78
..
9fdd3aa
100644
(file)
--- a/
packages/pulseaudio/pulseaudio_0.9.5.bb
+++ b/
packages/pulseaudio/pulseaudio_0.9.5.bb
@@
-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
}