mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
fix a few @@ replacments
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1132 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
6ad1f33c3f
commit
55e97b84c4
1 changed files with 3 additions and 3 deletions
|
|
@ -1181,17 +1181,17 @@ CLEANFILES = esdcompat client.conf default.pa daemon.conf
|
||||||
esdcompat: daemon/esdcompat.in Makefile
|
esdcompat: daemon/esdcompat.in Makefile
|
||||||
sed -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' \
|
sed -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' \
|
||||||
-e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g' \
|
-e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g' \
|
||||||
-e 's,@PA_BINARY\@,$(PULSEAUDIO_BINARY),g' < $< > $@
|
-e 's,@PA_BINARY\@,$(PA_BINARY),g' < $< > $@
|
||||||
|
|
||||||
client.conf: pulse/client.conf.in Makefile
|
client.conf: pulse/client.conf.in Makefile
|
||||||
sed -e 's,@PA_BINARY\@,$(PULSEAUDIO_BINARY),g' < $< > $@
|
sed -e 's,@PA_BINARY\@,$(PA_BINARY),g' < $< > $@
|
||||||
|
|
||||||
if OS_IS_WIN32
|
if OS_IS_WIN32
|
||||||
default.pa: daemon/default.pa.win32
|
default.pa: daemon/default.pa.win32
|
||||||
cp $< $@
|
cp $< $@
|
||||||
else
|
else
|
||||||
default.pa: daemon/default.pa.in Makefile
|
default.pa: daemon/default.pa.in Makefile
|
||||||
sed -e 's,@PA_BINARY\@,$(PULSEAUDIO_BINARY),g' < $< > $@
|
sed -e 's,@PA_BINARY\@,$(PA_BINARY),g' < $< > $@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
daemon.conf: daemon/daemon.conf.in Makefile
|
daemon.conf: daemon/daemon.conf.in Makefile
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue