summaryrefslogtreecommitdiff
path: root/misc/siag/patches/patch-ai
blob: 1d3dc718df8bc2c7a5ead4602ff60798a0d7aa4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-ai,v 1.1 1999/10/21 15:15:03 agc Exp $

Use the correct doc directory

--- xcommon/Makefile.in	1999/10/21 15:08:23	1.1
+++ xcommon/Makefile.in	1999/10/21 15:08:41
@@ -439,11 +439,11 @@
 
 
 install-data-local:
-	$(mkinstalldirs) $(DESTDIR)$(prefix)/doc/siag/xcommon
-	cp $(srcdir)/form.scm $(DESTDIR)$(prefix)/doc/siag/xcommon
+	$(mkinstalldirs) $(DESTDIR)$(prefix)/share/doc/siag/xcommon
+	cp $(srcdir)/form.scm $(DESTDIR)$(prefix)/share/doc/siag/xcommon
 
 uninstall-local:
-	rm -rf $(DESTDIR)@prefix@/doc/siag/xcommon
+	rm -rf $(DESTDIR)@prefix@/share/doc/siag/xcommon
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.