aboutsummaryrefslogtreecommitdiffstats
path: root/www/wml/files/patch-wml_include-Makefile.in
blob: 9ff761ae91eda01eca326490a27ea1e2ed6d2a8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- wml_include/Makefile.in 2014-03-29 08:59:23.882767625 +0000
+++ wml_include/Makefile.in 2014-03-29 08:58:02.630774437 +0000
@@ -21,10 +21,10 @@
 
 prefix          = @prefix@
 exec_prefix     = $(prefix)
-bindir          = $(prefix)/bin
+bindir          = $(DESTDIR)$(prefix)/bin
 libsubdir       = @libsubdir@
-libdir          = $(prefix)/lib$(libsubdir)
-mandir          = $(prefix)/man
+libdir          = $(DESTDIR)$(prefix)/lib$(libsubdir)
+mandir          = $(DESTDIR)$(prefix)/man
 
 INSTALLPRIVLIB  = @INSTALLPRIVLIB@
 INSTALLARCHLIB  = @INSTALLARCHLIB@