Remove debuild ui param

`-ui` is not rcognized by debuild on jessie.
This commit is contained in:
R4SAS
2018-01-28 05:16:57 +03:00
committed by GitHub
parent 0614e4e784
commit eb474c2d18
+1 -1
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
-------------