aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-09-18 01:02:33 +0700
committerShulhan <ms@kilabit.info>2022-09-18 01:04:01 +0700
commit80ff9b1c6c1506d29b9e8f4e43597e4b6e540b05 (patch)
tree591c9430a3b687e244833e16f56a340bb1c77ab8 /Makefile
parent403eb5ddbdbfd1d26fe2fa5710660230d7bb7e58 (diff)
downloadgotp-80ff9b1c6c1506d29b9e8f4e43597e4b6e540b05.tar.xz
all: add bash completion script
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1f46a8e..958a8b3 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,7 @@ build:
install: build
install -D _sys/usr/bin/gotp $(DESTDIR)/usr/bin/gotp
+ install -Dm644 _sys/etc/bash_completion.d/gotp $(DESTDIR)/etc/bash_completion.d/gotp
install -Dm644 COPYING $(DESTDIR)/usr/share/licenses/gotp/COPYING
serve-doc: