On Sat, 7 Jun 2014, Christophe wrote:
From: Christophe CURIS <christophe.cu...@free.fr>

Signed-off-by: Christophe CURIS <christophe.cu...@free.fr>
---
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

DESTDIR is usually there so that distributions can install stuff in a build root during packaging like this:

build with PREFIX=/usr/X11R6
make install DESTDIR=/tmp/build-root

Does your change break this or is there another way to do the same? (If PREFIX is not compiled in the program but only used for installing stuff it may be OK.)

Regards,
BALATON Zoltan

+PREFIX         = /usr/local
INSTALL_BIN     = -m 755
INSTALL_DATA    = -m 644

--
1.9.2


--
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.




--
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Reply via email to