in some cases ./configure file needs to be chmoded (dpkg-source -b mfoc).
This commit is contained in:
parent
367f0d050e
commit
5e3f177ee6
1 changed files with 4 additions and 0 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -12,5 +12,9 @@
|
|||
override_dh_installchangelogs:
|
||||
dh_installchangelogs ChangeLog
|
||||
|
||||
override_dh_auto_configure:
|
||||
chmod ugo+x ./configure
|
||||
dh_auto_configure
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
|
Loading…
Reference in a new issue