www.nico.schottelius.org/software/gpm/browse_source/gpm-1.99.4/patches/1.20.1/mike-destdir
Nico Schottelius 95a46c5577 import gpm from unix.schottelius.org
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2009-10-08 22:52:35 +02:00

21 lines
469 B
Text

Makefile.include.in utilizes DESTDIR, but it currently doesnt do anything with
it :)
here's a small change where the behavior is to set ROOT equal to DESTDIR only
if the user hasnt specified ROOT via cmdline
--- Makefile.include.in
+++ Makefile.include.in
@@ -7,3 +7,5 @@
ROOT =
-DESTDIR = $(ROOT)
+ifndef ROOT
+ROOT = $(DESTDIR)
+endif
-mike
_______________________________________________
gpm mailing list
gpm@lists.linux.it
http://lists.linux.it/listinfo/gpm