From 403eb5ddbdbfd1d26fe2fa5710660230d7bb7e58 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 18 Sep 2022 00:53:43 +0700 Subject: all: move the installation steps in AUR to Makefile. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cab823e..1f46a8e 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,8 @@ build: go build $(LDFLAGS) -o _sys/usr/bin/ ./cmd/... install: build - install _sys/usr/bin/gotp $(DESTDIR)/usr/bin/ + install -D _sys/usr/bin/gotp $(DESTDIR)/usr/bin/gotp + install -Dm644 COPYING $(DESTDIR)/usr/share/licenses/gotp/COPYING serve-doc: ciigo serve _doc -- cgit v1.3