Skip to content

Commit

Permalink
Fixes ubuntu peckaging. use I-Nex dir. remove src
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jul 15, 2014
1 parent 64e92b3 commit 261d9b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ else
COMPRESSION = -- -z9 -Zxz
endif
override_dh_autoreconf:
cd src && autoreconf -i
cd I-Nex && autoreconf -i
override_dh_auto_configure:
dh_auto_configure --sourcedirectory=src
dh_auto_configure --sourcedirectory=I-Nex
override_dh_pysupport:
dh_python2
override_dh_builddeb:
Expand Down

0 comments on commit 261d9b7

Please sign in to comment.