From 5f29cb202aa087fc9a43a6da54459829579c7f0f Mon Sep 17 00:00:00 2001 From: Ryan Uber Date: Wed, 23 Apr 2014 00:50:06 -0700 Subject: [PATCH] Fix path to manpage in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 08a5ca67..62d806a5 100644 --- a/Makefile +++ b/Makefile @@ -67,9 +67,9 @@ package: cp $(BINPATH)/aptly root/usr/bin cp man/aptly.1 root/usr/share/man/man1 (cd root/etc/bash_completion.d && wget https://raw.github.com/aptly-dev/aptly-bash-completion/master/aptly) - gzip root/usr/man/man1/aptly.1 + gzip root/usr/share/man/man1/aptly.1 fpm -s dir -t deb -n aptly -v $(VERSION) --url=http://www.aptly.info/ --license=MIT --vendor="Andrey Smirnov " \ -f -m "Andrey Smirnov " --description="Debian repository management tool" -C root/ . mv aptly_$(VERSION)_*.deb ~ -.PHONY: coverage.out \ No newline at end of file +.PHONY: coverage.out