diff --git a/docs/devs/building/unix.md b/docs/devs/building/unix.md index 755c2f4..c25e7c9 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 cd i2pd - debuild --no-tgz-check + debuild --no-tgz-check -b Fedora/Centos -------------