Skip to content

Commit

Permalink
INSTALL.Debian.md: Describe a pitfall and some solutions.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Jarno Rajahalme <[email protected]>
  • Loading branch information
blp committed Jun 7, 2016
1 parent 589dd1d commit 6dcc2d0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions INSTALL.Debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ You do not need to be the superuser to build the Debian packages.

`DEB_BUILD_OPTIONS='parallel=8 nocheck' fakeroot debian/rules binary`

(There are a few pitfalls in the Debian packaging building system
so that, occasionally, you may find that in a tree that you have
using for a while, the build command above exits immediately
without actually building anything. To fix the problem, run

`fakeroot debian/rules clean`

or start over from a fresh copy of the source tree.)

5. The generated .deb files will be in the parent directory of the
Open vSwitch source distribution.

Expand Down

0 comments on commit 6dcc2d0

Please sign in to comment.