wmix: fixed makefile to use PREFIX in a standard way (and with the standard default path)

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
Christophe CURIS 2014-06-07 21:21:41 +02:00 committed by Carlos R. Mafra
parent f5e5d2ffcb
commit 4be6166084

View file

@ -5,8 +5,7 @@ LIBS = -lXpm -lXext -lX11 -lm
OBJECTS = misc.o mixer-oss.o ui_x.o wmix.o OBJECTS = misc.o mixer-oss.o ui_x.o wmix.o
# where to install this program (also for packaging stuff) # where to install this program (also for packaging stuff)
DESTDIR = PREFIX = /usr/local
PREFIX = $(DESTDIR)/usr/X11R6
INSTALL_BIN = -m 755 INSTALL_BIN = -m 755
INSTALL_DATA = -m 644 INSTALL_DATA = -m 644