commit e586fd8024c1920f8f9cda76284747733aafde04
parent 1b5e7c4a6c83614f3467d4224e557e93196c6670
Author: Sean Enck <sean@ttypty.com>
Date: Wed, 6 Sep 2023 19:24:46 -0400
fixup install target
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
@@ -2,7 +2,7 @@ BUILD := bin/
TARGET := $(BUILD)lb
VERSION ?= $(shell git log -n 1 --format=%h)
VARS := LOCKBOX_ENV=none
-DESTDIR := /usr/local/bin/
+DESTDIR := /usr/local/bin
all: $(TARGET)
@@ -28,4 +28,4 @@ clean:
@find internal/ -type d -empty -delete
install:
- install -m755 $(TARGET) $(DESTDIR)lb
+ install -m755 $(TARGET) $(DESTDIR)/lb