17 lines
531 B
Diff
17 lines
531 B
Diff
|
--- Makefile.orig 2005-12-15 16:07:36.000000000 -0500
|
||
|
+++ Makefile 2005-12-15 16:08:45.000000000 -0500
|
||
|
@@ -7,10 +7,10 @@
|
||
|
# Define the TOP variable to build using include files from a local source tree.
|
||
|
#TOP = /usr/src/redhat/BUILD/XFree86-4.3.0/xc
|
||
|
|
||
|
-INSTALLED_X = $(DESTDIR)/usr/X11R6
|
||
|
+INSTALLED_X = $(DESTDIR)/usr
|
||
|
LOCAL_X = Xincludes/usr/X11R6
|
||
|
-BINDIR = $(DESTDIR)/usr/local/bin
|
||
|
-MANDIR = $(DESTDIR)/usr/local/man
|
||
|
+BINDIR = $(DESTDIR)/usr/bin
|
||
|
+MANDIR = $(DESTDIR)/usr/share/man
|
||
|
|
||
|
ifeq ($(ARCH),)
|
||
|
ARCH = $(shell /bin/arch)
|