mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
place full binary path in default.pa's shebang line
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@236 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
dfcd161a52
commit
6d2054458e
2 changed files with 5 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ AM_CFLAGS+=-DPOLYPAUDIO_BINARY=\"$(bindir)/polypaudio\"
|
|||
AM_LDADD=$(PTHREAD_LIBS) -lm
|
||||
AM_LIBADD=$(PTHREAD_LIBS) -lm
|
||||
|
||||
EXTRA_DIST = default.pa daemon.conf.in client.conf.in depmod.py esdcompat.sh.in
|
||||
EXTRA_DIST = default.pa.in daemon.conf.in client.conf.in depmod.py esdcompat.sh.in
|
||||
bin_PROGRAMS = polypaudio pacat pactl
|
||||
bin_SCRIPTS = esdcompat.sh
|
||||
noinst_PROGRAMS = \
|
||||
|
|
@ -557,6 +557,9 @@ esdcompat.sh: esdcompat.sh.in Makefile
|
|||
client.conf: client.conf.in Makefile
|
||||
sed -e 's,@POLYPAUDIO_BINARY\@,$(bindir)/polypaudio,g' < $< > $@
|
||||
|
||||
default.pa: default.pa.in Makefile
|
||||
sed -e 's,@POLYPAUDIO_BINARY\@,$(bindir)/polypaudio,g' < $< > $@
|
||||
|
||||
daemon.conf: daemon.conf.in Makefile
|
||||
sed -e 's,@DLSEARCHPATH\@,$(modlibdir),g' \
|
||||
-e 's,@DEFAULT_CONFIG_FILE\@,$(polypconfdir)/daemon.conf,g' < $< > $@
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!./polypaudio -nF
|
||||
#!@POLYPAUDIO_BINARY@ -nF
|
||||
|
||||
#
|
||||
# This file is part of polypaudio.
|
||||
Loading…
Add table
Add a link
Reference in a new issue