mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
drop the .sh suffix from esdcompat
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@986 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
3a868be9ab
commit
632f5b44f5
2 changed files with 4 additions and 4 deletions
|
|
@ -77,7 +77,7 @@ EXTRA_DIST = \
|
|||
daemon/daemon.conf.in \
|
||||
daemon/default.pa.in \
|
||||
depmod.py \
|
||||
daemon/esdcompat.sh.in \
|
||||
daemon/esdcompat.in \
|
||||
utils/padsp \
|
||||
modules/module-defs.h.m4
|
||||
|
||||
|
|
@ -142,7 +142,7 @@ if HAVE_HOWL
|
|||
bin_PROGRAMS += pabrowse
|
||||
endif
|
||||
|
||||
bin_SCRIPTS = esdcompat.sh
|
||||
bin_SCRIPTS = esdcompat
|
||||
|
||||
pacat_SOURCES = utils/pacat.c
|
||||
pacat_LDADD = $(AM_LDADD) libpolyp.la
|
||||
|
|
@ -1161,9 +1161,9 @@ suid: polypaudio
|
|||
chown root $<
|
||||
chmod u+s $<
|
||||
|
||||
CLEANFILES = esdcompat.sh client.conf default.pa daemon.conf
|
||||
CLEANFILES = esdcompat client.conf default.pa daemon.conf
|
||||
|
||||
esdcompat.sh: daemon/esdcompat.sh.in Makefile
|
||||
esdcompat: daemon/esdcompat.in Makefile
|
||||
sed -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' \
|
||||
-e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g' \
|
||||
-e 's,@POLYPAUDIO_BINARY\@,$(POLYPAUDIO_BINARY),g' < $< > $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue