Fix path to manpage in Makefile

This commit is contained in:
Ryan Uber
2014-04-23 00:50:06 -07:00
parent e81f86f942
commit 5f29cb202a

View File

@@ -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 <me@smira.ru>" \
-f -m "Andrey Smirnov <me@smira.ru>" --description="Debian repository management tool" -C root/ .
mv aptly_$(VERSION)_*.deb ~
.PHONY: coverage.out
.PHONY: coverage.out