From: Christophe CURIS <[email protected]> Signed-off-by: Christophe CURIS <[email protected]> --- wmix/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/wmix/Makefile b/wmix/Makefile index 3ef4f3a..ffc1d5f 100644 --- a/wmix/Makefile +++ b/wmix/Makefile @@ -5,8 +5,7 @@ LIBS = -lXpm -lXext -lX11 -lm OBJECTS = misc.o mixer-oss.o ui_x.o wmix.o # where to install this program (also for packaging stuff) -DESTDIR = -PREFIX = $(DESTDIR)/usr/X11R6 +PREFIX = /usr/local INSTALL_BIN = -m 755 INSTALL_DATA = -m 644 -- 1.9.2 -- To unsubscribe, send mail to [email protected].
