Blame SOURCES/bashCompDirHardcodedAgain.patch

94503d
diff -r 13cf373ecdba -r c354ddd6de5f Makefile.am
94503d
--- a/Makefile.am	Thu May 04 16:13:43 2017 +0200
94503d
+++ b/Makefile.am	Wed May 10 12:41:53 2017 +0200
94503d
@@ -34,7 +34,7 @@
94503d
 export NETX_SRCDIR = $(TOP_SRC_DIR)/netx
94503d
 export NETX_RESOURCE_DIR=$(NETX_SRCDIR)/net/sourceforge/jnlp/resources
94503d
 export ICONS_DEST_DIR=$(DESTDIR)$(datadir)/pixmaps
94503d
-export BASH_CMPL_DEST_DIR=$(DESTDIR)@bashcompdir@
94503d
+export BASH_CMPL_DEST_DIR=$(DESTDIR)$(sysconfdir)/bash_completion.d
94503d
 
94503d
 export WIN_ALL_DEPS=$(DESTDIR)$(prefix)/win-deps-all
94503d
 export WIN_RUN_DEPS=$(DESTDIR)$(prefix)/win-deps-runtime
94503d
diff -r 13cf373ecdba -r c354ddd6de5f configure.ac
94503d
--- a/configure.ac	Thu May 04 16:13:43 2017 +0200
94503d
+++ b/configure.ac	Wed May 10 12:41:53 2017 +0200
94503d
@@ -157,10 +157,6 @@
94503d
   fi
94503d
 fi
94503d
 
94503d
-PKG_CHECK_VAR(bashcompdir, [bash-completion], [completionsdir], ,
94503d
-     bashcompdir="${sysconfdir}/bash_completion.d")
94503d
-AC_SUBST(bashcompdir)
94503d
-
94503d
 AC_CONFIG_FILES([jrunscript], [chmod u+x jrunscript])
94503d
 AC_CONFIG_FILES([build.properties])
94503d
 
94503d
94503d