[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.19-569-gf25676c
Colin Guthrie
gitmailer-noreply at 0pointer.de
Wed Sep 29 08:40:49 PDT 2010
This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The master branch has been updated
from b42400816031c17cdf6a63f446510e13d0ab9828 (commit)
- Log -----------------------------------------------------------------
f25676c build: Copy orc dist files to the correct directory
-----------------------------------------------------------------------
Summary of changes:
build/orc.mak | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
commit f25676c2bb6780fee796f72220e43f89d9eb7dd9
Author: Arun Raghavan <arun.raghavan at collabora.co.uk>
Date: Wed Sep 29 20:56:48 2010 +0530
build: Copy orc dist files to the correct directory
diff --git a/build/orc.mak b/build/orc.mak
index d230998..90d403a 100644
--- a/build/orc.mak
+++ b/build/orc.mak
@@ -67,5 +67,6 @@ dist-hook-orc: tmp-orc.c $(ORC_SOURCE).h
cp tmp-orc.c $(srcdir)/$(ORC_SOURCE)-dist.c
cmp -s $(ORC_SOURCE).h $(srcdir)/$(ORC_SOURCE)-dist.h || \
cp $(ORC_SOURCE).h $(srcdir)/$(ORC_SOURCE)-dist.h
- cp -p $(srcdir)/$(ORC_SOURCE)-dist.c $(distdir)/
- cp -p $(srcdir)/$(ORC_SOURCE)-dist.h $(distdir)/
+ mkdir -p $$(dirname $(ORC_SOURCE))
+ cp -p $(srcdir)/$(ORC_SOURCE)-dist.c $(distdir)/$$(dirname $(ORC_SOURCE))
+ cp -p $(srcdir)/$(ORC_SOURCE)-dist.h $(distdir)/$$(dirname $(ORC_SOURCE))
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list