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:
parent
f5e5d2ffcb
commit
4be6166084
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue