From 6696212ddecbb5ffae8d71467518cc5651c90b3f Mon Sep 17 00:00:00 2001 From: romkatv Date: Tue, 26 May 2020 11:14:53 +0200 Subject: Squashed 'gitstatus/' changes from cc956ca78..331e9ff65 331e9ff65 docs: remove packaging instructions and instead discourage it c1fff558c install: add a link to #compiling docs if no gitstatusd is found 8632b85ab build: use extra optimization and hardening flags c0a71c757 mbuild: don't stop on first failure 52e0359ec build: don't link statically when doing a local linux build git-subtree-dir: gitstatus git-subtree-split: 331e9ff65df96e7423c0b7a01e5e98d6c6b7d428 --- install | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install') diff --git a/install b/install index 126b8339..d243ef9c 100755 --- a/install +++ b/install @@ -367,6 +367,8 @@ END done <"$gitstatus_dir"/install.info >&2 echo "[gitstatus] error: no gitstatusd found for $uname_s $uname_m" + >&2 echo "" + >&2 echo "See: https://github.com/romkatv/gitstatus/blob/master/README.md#compiling" return 1 } -- cgit v1.2.3