Makefile: change deb and rpm targets to not change working dir

'cd packages && ./bddeb' is no longer necessary.
This commit is contained in:
Scott Moser 2012-07-09 16:15:00 -04:00
parent 946172f962
commit b11ac44a4a
1 changed files with 2 additions and 2 deletions

View File

@ -24,10 +24,10 @@ clean:
/var/lib/cloud/
rpm:
cd packages && ./brpm
./packages/brpm
deb:
cd packages && ./bddeb
./packages/bddeb
.PHONY: test pylint pyflakes 2to3 clean pep8 rpm deb