Remove debuild ui param

`-ui` is not rcognized by debuild on jessie.
pull/12/head
R4SAS 2018-01-28 05:16:57 +03:00 committed by GitHub
parent 0614e4e784
commit eb474c2d18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ You may also build deb-package with the following:
sudo apt-get install fakeroot devscripts dh-apparmor
cd i2pd
debuild --no-tgz-check -us -uc -ui -b
debuild --no-tgz-check -us -uc -b
Fedora/Centos
-------------