mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-25 06:59:52 -05:00
* install fix
* use syslog as standard log target when run from esdcompat.sh git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@313 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
29ec9d343b
commit
758647868f
2 changed files with 2 additions and 2 deletions
|
|
@ -731,7 +731,7 @@ daemon.conf: daemon.conf.in Makefile
|
|||
install-exec-hook:
|
||||
chown root $(DESTDIR)$(bindir)/polypaudio ; true
|
||||
chmod u+s $(DESTDIR)$(bindir)/polypaudio
|
||||
ln -s pacat $(DESTDIR)$(bindir)/parec
|
||||
ln -sf pacat $(DESTDIR)$(bindir)/parec
|
||||
|
||||
$(SYMDEF_FILES): module-defs.h.m4
|
||||
$(M4) -Dfname="$@" $< > $@
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ fail() {
|
|||
exit 1
|
||||
}
|
||||
|
||||
ARGS=""
|
||||
ARGS=" --log-target=syslog"
|
||||
|
||||
for N in $(seq $#) ; do
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue