mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
fix sed scripts according to #define renames
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1106 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
9c87a65ce9
commit
45a9a8bcb5
1 changed files with 5 additions and 5 deletions
|
|
@ -1168,22 +1168,22 @@ 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,@PULSEAUDIO_BINARY\@,$(PULSEAUDIO_BINARY),g' < $< > $@
|
-e 's,@PA_BINARY\@,$(PULSEAUDIO_BINARY),g' < $< > $@
|
||||||
|
|
||||||
client.conf: pulse/client.conf.in Makefile
|
client.conf: pulse/client.conf.in Makefile
|
||||||
sed -e 's,@PULSEAUDIO_BINARY\@,$(PULSEAUDIO_BINARY),g' < $< > $@
|
sed -e 's,@PA_BINARY\@,$(PULSEAUDIO_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,@PULSEAUDIO_BINARY\@,$(PULSEAUDIO_BINARY),g' < $< > $@
|
sed -e 's,@PA_BINARY\@,$(PULSEAUDIO_BINARY),g' < $< > $@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
daemon.conf: daemon/daemon.conf.in Makefile
|
daemon.conf: daemon/daemon.conf.in Makefile
|
||||||
sed -e 's,@DLSEARCHPATH\@,$(modlibexecdir),g' \
|
sed -e 's,@PA_DLSEARCHPATH\@,$(modlibexecdir),g' \
|
||||||
-e 's,@DEFAULT_CONFIG_FILE\@,$(DEFAULT_CONFIG_DIR),g' < $< > $@
|
-e 's,@PA_DEFAULT_CONFIG_FILE\@,$(DEFAULT_CONFIG_DIR),g' < $< > $@
|
||||||
|
|
||||||
install-exec-hook:
|
install-exec-hook:
|
||||||
chown root $(DESTDIR)$(bindir)/pulseaudio ; true
|
chown root $(DESTDIR)$(bindir)/pulseaudio ; true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue