summarylogtreecommitdiffstats
path: root/respect_destdir.diff
diff options
context:
space:
mode:
authorAnatol Pomozov2015-06-17 08:46:33 -0700
committerAnatol Pomozov2015-06-17 08:46:33 -0700
commitcb4acd14523d307543ccc34f3cb04c7acabf50ca (patch)
treef2fbd13d2c4146e609be28af063108b61e267be6 /respect_destdir.diff
downloadaur-infinisql.tar.gz
Initial import
Diffstat (limited to 'respect_destdir.diff')
-rw-r--r--respect_destdir.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/respect_destdir.diff b/respect_destdir.diff
new file mode 100644
index 000000000000..b3634050b9d4
--- /dev/null
+++ b/respect_destdir.diff
@@ -0,0 +1,13 @@
+diff --git a/infinisqld/Makefile.am b/infinisqld/Makefile.am
+index a29f99d..6f9de7b 100644
+--- a/infinisqld/Makefile.am
++++ b/infinisqld/Makefile.am
+@@ -16,7 +16,7 @@ infinisql_cfgenum.h: ../infinisqlmgr/gencfgenum.py
+ ../infinisqlmgr/gencfgenum.py
+ BUILT_SOURCES = infinisql_cfgenum.h parser.h
+ install-data-local:
+- $(MKDIR_P) $(prefix)/var $(prefix)/run $(prefix)/procs
++ $(MKDIR_P) $(DESTDIR)$(prefix)/var $(DESTDIR)$(prefix)/run $(DESTDIR)$(prefix)/procs
+ parser.h: parser.yy
+ ../ylwrap parser.yy y.tab.c parser.cc y.tab.h parser.h y.output \
+ parser.output -- bison -y -v -d