From 9e46023ea7fbc2ed9b34eb6e50c5e9e77f8a1470 Mon Sep 17 00:00:00 2001 From: Karsten Keil Date: Sun, 31 Aug 2008 11:12:24 +0000 Subject: [PATCH] - fix library directories - build without root permissions --- vbox/utils/vboxplay.in | 2 +- xmonisdn/Imakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vbox/utils/vboxplay.in b/vbox/utils/vboxplay.in index 70aefede..b3a88fb1 100644 --- a/vbox/utils/vboxplay.in +++ b/vbox/utils/vboxplay.in @@ -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 diff --git a/xmonisdn/Imakefile b/xmonisdn/Imakefile index 0ecc89cf..17125f83 100644 --- a/xmonisdn/Imakefile +++ b/xmonisdn/Imakefile @@ -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)