1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-03-12 13:21:22 +00:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
-------------