Skip to content

Commit

Permalink
Support Debian/Ubuntu package building in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dbishop committed Feb 22, 2014
1 parent bc82d19 commit d4090a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -2,7 +2,8 @@ all:
python setup.py build_ext --inplace

install:
python setup.py install
@# Support Debian package building with fall-back default
python setup.py install --root $${DESTDIR:-/}


clean:
Expand Down

0 comments on commit d4090a5

Please sign in to comment.