Lines 1-24
Link Here
|
1 |
--- Makefile.in.orig 2015-09-12 19:49:17 UTC |
1 |
--- Makefile.in.orig 2015-12-28 15:21:05 UTC |
2 |
+++ Makefile.in |
2 |
+++ Makefile.in |
3 |
@@ -1415,7 +1415,7 @@ printdeps: |
3 |
@@ -1366,7 +1366,7 @@ gwttsd: staticroot |
4 |
# This is kind of a hack, but I couldn't find a better way to adjust the paths |
|
|
5 |
# in the script before it gets installed... |
6 |
install-exec-hook: |
7 |
- script=tsdb; pkgdatadir='$(pkgdatadir)'; configdir='$(pkgdatadir)/etc/opentsdb'; \ |
8 |
+ script=tsdb; pkgdatadir='$(pkgdatadir)'; configdir='$(sysconfdir)/etc/opentsdb'; \ |
9 |
abs_srcdir=''; abs_builddir=''; $(edit_tsdb_script) |
10 |
cat tsdb.tmp >"$(DESTDIR)$(bindir)/tsdb" |
11 |
rm -f tsdb.tmp |
12 |
@@ -1442,7 +1442,7 @@ gwtc: .gwtc-stamp |
13 |
@$(mkdir_p) gwt |
14 |
{ cd $(srcdir) && cat $(httpui_SRC); } | $(MD5) >"$@-t" |
15 |
cmp -s "$@" "$@-t" && exit 0; \ |
16 |
- $(JAVA) $(GWTC_JVM_ARGS) -cp $(GWT_CLASSPATH) com.google.gwt.dev.Compiler \ |
17 |
+ $(JAVA) -Djava.util.prefs.userRoot=$(HOME) $(GWTC_JVM_ARGS) -cp $(GWT_CLASSPATH) com.google.gwt.dev.Compiler \ |
18 |
$(GWTC_ARGS) -war gwt tsd.QueryUi |
19 |
@mv "$@-t" "$@" |
20 |
gwtdev: .gwtc-stamp |
21 |
@@ -1468,7 +1468,7 @@ gwttsd: staticroot |
22 |
# how to tell it to install a bunch of files recursively for which I don't |
4 |
# how to tell it to install a bunch of files recursively for which I don't |
23 |
# know ahead of time what the file names are. |
5 |
# know ahead of time what the file names are. |
24 |
install-data-local: staticroot install-data-lib install-data-tools \ |
6 |
install-data-local: staticroot install-data-lib install-data-tools \ |