summaryrefslogtreecommitdiff
path: root/textproc/sowing/files/patch-src_tohtml_Makefile.in
blob: cecd7f4ea1bf47849ebc009cbdd2a8c373a1fc71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- src/tohtml/Makefile.in.orig	2015-07-06 18:26:48 UTC
+++ src/tohtml/Makefile.in
@@ -6,7 +6,7 @@ INSTALL_DATA    = @INSTALL_DATA@
 include ../../Makerules
 top_srcdir=@top_srcdir@
 srcdir=@srcdir@
-datarootdir     = @datarootdir@
+datadir     = @datadir@
 @VPATH@
 
 LIBS      =  ../../lib/libsowing.a
@@ -39,7 +39,7 @@ distclean: clean
 
 install:
 	$(INSTALL_PROGRAM) tohtml @bindir@/tohtml
-	$(INSTALL_DATA) ../../share/basedefs.txt @datarootdir@/basedefs.txt
+	$(INSTALL_DATA) ../../share/basedefs.txt @datadir@/basedefs.txt
 
 # We no longer need this program, which is good because X11 is getting
 # harder to find