aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-05-24 03:11:17 +0000
committerSteve Price <steve@FreeBSD.org>1998-05-24 03:11:17 +0000
commitb7350d720d209852dccc94393fb3a68561d5d166 (patch)
tree67603c6a63db2ba5d99a25463c0344a4ad6a77ef
parentfb9cd36d0d35e102095a9e0439c6b41893076ced (diff)
downloadsrc-b7350d720d209852dccc94393fb3a68561d5d166.tar.gz
src-b7350d720d209852dccc94393fb3a68561d5d166.zip
Loosely document the '-s' commandline option.
PR: 6713
Notes
Notes: svn path=/head/; revision=36322
-rw-r--r--usr.sbin/pkg_install/create/pkg_create.18
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1
index 797ad8616f61..a78e0d6a6999 100644
--- a/usr.sbin/pkg_install/create/pkg_create.1
+++ b/usr.sbin/pkg_install/create/pkg_create.1
@@ -15,7 +15,7 @@
.\"
.\"
.\" @(#)pkg_create.1
-.\" $Id: pkg_create.1,v 1.23 1997/10/08 07:46:32 charnier Exp $
+.\" $Id: pkg_create.1,v 1.24 1998/03/23 08:27:14 charnier Exp $
.\"
.\" hacked up by John Kohl for NetBSD--fixed a few bugs, extended keywords,
.\" added dependency tracking, etc.
@@ -38,6 +38,7 @@
.Op Fl i Ar iscript
.Op Fl k Ar dscript
.Op Fl r Ar rscript
+.Op Fl s Ar srcdir
.Op Fl t Ar template
.Op Fl X Ar excludefile
.Op Fl D Ar displayfile
@@ -129,6 +130,11 @@ to be the ``requirements'' procedure for the package. This can be any
executable program (or shell script). It will be invoked automatically
at installation/deinstallation time to determine whether or not
installation/deinstallation should proceed.
+.It Fl s Ar srcdir
+.Ar srcdir
+will override the value of
+.Cm @cwd
+during package creation.
.It Fl t Ar template
Use
.Ar template