From 80cb87e7b75b2aa2a61a48d31400051813f0a46f Mon Sep 17 00:00:00 2001 From: Tristan Partin <tristan@partin.io> Date: Thu, 17 Feb 2022 13:15:15 -0600 Subject: Change jar() default install dir The previous install dir seemed incorrect when looking at various Linux distributions. --- docs/markdown/snippets/jar_default_install_dir.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/markdown/snippets/jar_default_install_dir.md (limited to 'docs/markdown') diff --git a/docs/markdown/snippets/jar_default_install_dir.md b/docs/markdown/snippets/jar_default_install_dir.md new file mode 100644 index 0000000..780cfa2 --- /dev/null +++ b/docs/markdown/snippets/jar_default_install_dir.md @@ -0,0 +1,5 @@ +## JAR default install dir + +The previous default for `jar()` was `libdir`. With this release, it has been +changed to `datadir/java`. Please open an issue if this is not a sane default +for your system. -- cgit v1.1