From 637a3baae9874b21e6ee00764614e77e3fa890c4 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Nov 2019 21:29:06 -0800 Subject: Changed order of `make install` so that even if `bb` is open, the other install files will still be put in place. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a92ab3b..a37b476 100644 --- a/Makefile +++ b/Makefile @@ -70,9 +70,9 @@ install: $(NAME) [ ! "$$sysconfdir" ] && sysconfdir=/etc; \ mkdir -m 644 -pv "$$prefix/share/man/man1" \ mkdir -m 755 -pv "$$prefix/bin" "$$sysconfdir/xdg/bb" \ - && cp -v $(NAME) "$$prefix/bin/" \ + && cp -v bbstartup.sh bindings.bb "$$sysconfdir/xdg/bb/" \ && cp -v $(NAME).1 "$$prefix/share/man/man1/" \ - && cp -v bbstartup.sh bindings.bb "$$sysconfdir/xdg/bb/" + && cp -v $(NAME) "$$prefix/bin/" uninstall: @prefix="$(PREFIX)"; \ -- cgit v1.2.3