spm

simple password manager
git clone anongit@rnpnr.xyz:spm.git
Log | Files | Refs | Feed | README | LICENSE

Commit: ab4c8b53407b5a97c282b32efb2dee793514c1fc
Parent: f6a5d546f73b07742e752a635911000d96637b30
Author: Sören Tempel
Date:   Sat, 14 Mar 2015 12:44:16 +0100

Fix installation of man pages

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -23,11 +23,11 @@ tpm.1: README.pod install: tpm.1 install -Dm755 tpm "$(DESTDIR)$(PREFIX)/bin/tpm" - install -Dm644 tpm.1 "$(DESTDIR)/share/man/man1/tpm.1" + install -Dm644 tpm.1 "$(DESTDIR)$(PREFIX)/share/man/man1/tpm.1" uninstall: $(RM) "$(DESTDIR)$(PREFIX)/bin/tpm" \ - "$(DESTDIR)/share/man/man1/tpm.1" + "$(DESTDIR)$(PREFIX)/share/man/man1/tpm.1" clean: $(RM) tpm.1