From cab3a1b9f92e9f7d8c52f29cbbad3b85fc2d0467 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Wed, 12 Apr 2017 17:16:07 +0300 Subject: [PATCH] debuild -b opt https://github.com/PurpleI2P/i2pd/issues/847 --- docs/devs/building/unix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -------------