diff --git a/docs/devs/building/unix.md b/docs/devs/building/unix.md index c37f866..2f72478 100644 --- a/docs/devs/building/unix.md +++ b/docs/devs/building/unix.md @@ -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 -b + debuild --no-tgz-check -us -uc -ui -b Fedora/Centos -------------