Commit: 414bfc644f8f544809b39dc804e382a1335c85a2
Parent: d7962a108ef4bd1336a566c03ac753c8d6f77f45
Author: Klemens Nanni
Date: Sun, 15 May 2016 23:54:57 +0200
Add .sh suffix to indicate tpm being shell script
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -24,7 +24,7 @@ tpm.1: README.pod
--release="tpm $(VERSION)" $< $@
install: tpm.1
- install -Dm755 tpm "$(DESTDIR)$(BINDIR)/tpm"
+ install -Dm755 tpm.sh "$(DESTDIR)$(BINDIR)/tpm"
install -Dm644 tpm.1 "$(DESTDIR)$(MANDIR)/man1/tpm.1"
uninstall:
diff --git a/tpm b/tpm.sh