From 4be6166084a8816ce1f92346b1ee141f881fb6df Mon Sep 17 00:00:00 2001 From: Christophe CURIS Date: Sat, 7 Jun 2014 21:21:41 +0200 Subject: [PATCH] wmix: fixed makefile to use PREFIX in a standard way (and with the standard default path) Signed-off-by: Christophe CURIS --- 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