parent
561ed877ea
commit
9e46023ea7
|
@ -44,7 +44,7 @@ if [ ! -x $PLAY ]; then # try aplay (from alsautils) instead
|
|||
# if anyone has a better suggestion,
|
||||
# send email to isdnutils@packages.debian.org!
|
||||
# thankfully, aplay understands '-' to mean stdin
|
||||
DOPLAY="$PLAY -q -u -"
|
||||
DOPLAY="$PLAY -q -"
|
||||
fi
|
||||
fi
|
||||
if [ ! -x $PLAY ]; then # use play (from sox) instead
|
||||
|
|
|
@ -7,7 +7,7 @@ LOCAL_LIBRARIES = XawClientLibs
|
|||
OBJS = xmonisdn.o Net.o
|
||||
HEADERS = NetP.h Net.h
|
||||
|
||||
INSTPGMFLAGS = -m 0755 -s
|
||||
INSTPGMFLAGS = -m 0755
|
||||
|
||||
ComplexProgramTarget(xmonisdn)
|
||||
|
||||
|
|
Loading…
Reference in New Issue