diff options
author | P. J. McDermott <pjm@nac.net> | 2012-03-20 21:00:22 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-03-20 21:00:22 (EDT) |
commit | 2e3158faa7a5a8a0339cbd2a654f83bf0fb8781b (patch) | |
tree | 2f3f6e04c1de3ba487f0e4a775318d6a5c9e49d2 | |
parent | 409c85803025348bda15120ab2c9e5a9c47a7237 (diff) |
Document '-s' option of opkbuild.
-rw-r--r-- | man/opkbuild.1.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/opkbuild.1.in b/man/opkbuild.1.in index 499fbf8..93d6d3d 100644 --- a/man/opkbuild.1.in +++ b/man/opkbuild.1.in @@ -8,6 +8,8 @@ opkbuild \- Build opkg packages. .IR assume-uid0-cmd ] .RB [ -p .IR target-platform ] +.RB [ -s +.IR status-override ] .RB [ -d ] .SH DESCRIPTION .B opkbuild @@ -21,6 +23,14 @@ Assume user ID 0 using the specified command (default is `fakeroot'). The application platform for which platform-specific packages should be configured (default is the platform opkg is configured to install). .TP +.BI \-s \ status-override +A path to a file with a list of package names and versions to override that +reported by +.BR opkg . +See +.B oh-checkbuilddeps(1) +for the syntax of this file. +.TP .BI \-d Start a debugging shell if the package build fails. .SH COPYRIGHT |