diff options
Diffstat (limited to 'man')
-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 |