windowlab/windowlab-1.34-pathfixes.patch
2007-04-24 05:06:12 +00:00

21 lines
710 B
Diff

diff -u windowlab-1.34.old/Makefile windowlab-1.34/Makefile
--- windowlab-1.34.old/Makefile 2007-04-11 09:32:40.000000000 +1200
+++ windowlab-1.34/Makefile 2007-04-11 09:37:42.000000000 +1200
@@ -8,7 +8,7 @@
PREFIX =
# Set this to the location of the X installation you want to compile against
-XROOT = /usr/X11R6
+XROOT = /usr
# Set this to the location of the global configuration files
SYSCONFDIR = $(PREFIX)/etc/X11/windowlab
@@ -40,7 +40,7 @@
endif
BINDIR = $(DESTDIR)$(PREFIX)$(XROOT)/bin
-MANDIR = $(DESTDIR)$(PREFIX)$(XROOT)/man/man1
+MANDIR = $(DESTDIR)$(PREFIX)$(XROOT)/share/man/man1
CFGDIR = $(DESTDIR)$(SYSCONFDIR)
INCLUDES = -I$(XROOT)/include $(EXTRA_INC)
LDPATH = -L$(XROOT)/lib