diff options
author | P. J. McDermott <pjm@nac.net> | 2012-01-30 00:10:55 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-01-30 00:10:55 (EST) |
commit | d918248289bac23935c0a91da7709aed45c1a1b6 (patch) | |
tree | de900820437042cf11b2aa4e65f2ef2eaedbd11c /man | |
parent | cd78793d2fe5c61a356e826c12667ec06204519c (diff) |
Document '-p' option of opkbuild.
Diffstat (limited to 'man')
-rw-r--r-- | man/opkbuild.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/man/opkbuild.1 b/man/opkbuild.1 index cb15549..a278a8f 100644 --- a/man/opkbuild.1 +++ b/man/opkbuild.1 @@ -1,11 +1,13 @@ .\" Author: Patrick "P. J." McDermott -.TH opkbuild 1 "2012-01-22" "opkhelper-0.1.0" "opkg Build Helper Tools" +.TH opkbuild 1 "2012-01-30" "opkhelper-0.1.0" "opkg Build Helper Tools" .SH NAME opkbuild \- Build opkg packages. .SH SYNOPSIS .B opkbuild .RB [ -r .IR assume-uid0-cmd ] +.RB [ -p +.IR target-platform ] .SH DESCRIPTION .B opkbuild builds binary packages from a source package. @@ -13,6 +15,10 @@ builds binary packages from a source package. .TP .BI \-r \ assume-uid0-cmd Assume user ID 0 using the specified command (default is `fakeroot'). +.TP +.BI \-p \ target-platform +The application platform for which platform-specific packages should be +configured (default is the platform opkg is configured to install). .SH COPYRIGHT Copyright (C) 2012 Patrick "P. J." McDermott .sp |