[pulseaudio-commits] r1106 - /trunk/src/Makefile.am

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Wed Jul 19 11:09:05 PDT 2006


Author: lennart
Date: Wed Jul 19 20:08:29 2006
New Revision: 1106

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=1106&root=pulseaudio&view=rev
Log:
fix sed scripts according to #define renames

Modified:
    trunk/src/Makefile.am

Modified: trunk/src/Makefile.am
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/Makefile.am?rev=1106&root=pulseaudio&r1=1105&r2=1106&view=diff
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Wed Jul 19 20:08:29 2006
@@ -1168,22 +1168,22 @@
 esdcompat: daemon/esdcompat.in Makefile
 	sed -e 's, at PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' \
 		-e 's, at PACKAGE_NAME\@,$(PACKAGE_NAME),g' \
-		-e 's, at PULSEAUDIO_BINARY\@,$(PULSEAUDIO_BINARY),g' < $< > $@
+		-e 's, at PA_BINARY\@,$(PULSEAUDIO_BINARY),g' < $< > $@
 
 client.conf: pulse/client.conf.in Makefile
-	sed -e 's, at PULSEAUDIO_BINARY\@,$(PULSEAUDIO_BINARY),g' < $< > $@
+	sed -e 's, at PA_BINARY\@,$(PULSEAUDIO_BINARY),g' < $< > $@
 
 if OS_IS_WIN32    
 default.pa: daemon/default.pa.win32
 	cp $< $@
 else
 default.pa: daemon/default.pa.in Makefile
-	sed -e 's, at PULSEAUDIO_BINARY\@,$(PULSEAUDIO_BINARY),g' < $< > $@
+	sed -e 's, at PA_BINARY\@,$(PULSEAUDIO_BINARY),g' < $< > $@
 endif
 
 daemon.conf: daemon/daemon.conf.in Makefile
-	sed -e 's, at DLSEARCHPATH\@,$(modlibexecdir),g' \
-		-e 's, at DEFAULT_CONFIG_FILE\@,$(DEFAULT_CONFIG_DIR),g' < $< > $@
+	sed -e 's, at PA_DLSEARCHPATH\@,$(modlibexecdir),g' \
+		-e 's, at PA_DEFAULT_CONFIG_FILE\@,$(DEFAULT_CONFIG_DIR),g' < $< > $@
 
 install-exec-hook:
 	chown root $(DESTDIR)$(bindir)/pulseaudio ; true




More information about the pulseaudio-commits mailing list