Browse Source

Remove debuild ui param

`-ui` is not rcognized by debuild on jessie.
pull/12/head
R4SAS 6 years ago committed by GitHub
parent
commit
eb474c2d18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/devs/building/unix.md

2
docs/devs/building/unix.md

@ -78,7 +78,7 @@ You may also build deb-package with the following: @@ -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
-------------

Loading…
Cancel
Save