astro

a POSIX shell compatible gemini client (mirror of https://github.com/blmayer/astro)
git clone https://git.clttr.info/astro.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 091cf4976bfd7c29c534c02077bdbbac284df855
parent bb7febb5db499661f55dae4fb2b563e9adde7f87
Author: Brian Mayer <bleemayer@gmail.com>
Date:   Mon, 31 Jan 2022 10:34:43 -0300

Merge pull request #17 from shakna-israel/patch-1

Update Makefile to use install
Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -3,5 +3,5 @@ PREFIX ?= ~/.local install: - cp astro $(PREFIX)/bin/ + install -m +x astro -d $(PREFIX)/bin