summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Fung2021-12-16 11:03:49 -0800
committerEric Fung2021-12-16 11:03:49 -0800
commit5b1e0dd413bb09a239930b05390ba43ace49fe4b (patch)
tree4e872fec2bf05861bf5ed7e9fcfca0d3dc58426c /PKGBUILD
parentfe76b872b1b00748f5b96e54f69c699f320e36e0 (diff)
downloadaur-5b1e0dd413bb09a239930b05390ba43ace49fe4b.tar.gz
Updated vim helptags in install script
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a9e39a23a79..2bb9bc89bad8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,9 +24,11 @@ prepare() {
chmod +x org.eclim/nailgun/configure bin/sphinx
sed -e '33d' -i doc/content/conf.py
- echo &>2 "INFO: Make sure to set your Java Environment to the correct version"
- echo &>2 "INFO: using archlinux-java or else build may fail. Currently known"
- echo &>2 "INFO: to be able to build with Java 11 or lower."
+ echo >&2 "--------------------------- NOTE ------------------------------"
+ echo >&2 "Make sure to set your Java Environment to the correct version"
+ echo >&2 "using archlinux-java or else build may fail. Currently known"
+ echo >&2 "to be able to build with Java 11 or lower."
+ echo >&2 "---------------------------------------------------------------"
}
build() {