summaryrefslogtreecommitdiff
blob: e0c895f421766021f955168eed1347fbff744dc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
diff -urN Makefile.in.1 Makefile.in
--- Makefile.in.1	2002-07-19 16:18:47.000000000 -0500
+++ Makefile.in	2002-10-17 13:58:09.000000000 -0500
@@ -178,10 +178,10 @@
 install-bin: check-config lib/Makefile
 #	This is the only way to get the Perl-generated Makefile using
 #	$(DESTDIR) properly
-	( cd lib && \
-	  $(MAKE) PREFIX=$(DESTDIR)$(PERLPREFIX) && \
-	  $(MAKE) PREFIX=$(DESTDIR)$(PERLPREFIX) pure_install \
-	)
+#	( cd lib && \
+#	  $(MAKE) PREFIX=$(DESTDIR)$(PERLPREFIX) && \
+#	  $(MAKE) PREFIX=$(DESTDIR)$(PERLPREFIX) pure_install \
+#	)
 	install -d $(DESTDIR)$(BINDIR)
 	install -d $(DESTDIR)$(SBINDIR)
 	install -d $(DESTDIR)$(ETCDIR)
diff -Naur Makefile.in.1 Makefile.in
--- Makefile.in.1	2003-07-11 16:00:57.000000000 +0200
+++ Makefile.in	2003-07-11 16:01:02.000000000 +0200
@@ -40,7 +40,7 @@
 FOOMATIC_RIP=@FOOMATIC_RIP@
 
 # foomatic-rip path for a "make inplace" installation
-LOCAL_FOOMATIC_RIP=@LOCAL_FOOMATIC_RIP@
+LOCAL_FOOMATIC_RIP=@FOOMATIC_RIP@
 
 # Locations for installing the components of this package
 BINDIR=$(bindir)