ossp-pkg/shtool/shtool.pod 1.60 -> 1.61
--- shtool.pod 2002/11/02 12:35:56 1.60
+++ shtool.pod 2002/11/02 12:46:19 1.61
@@ -414,7 +414,7 @@
lex scanner.l
shtool move -t -p lex.yy.c scanner.c
-=item B<install> [B<-v>|B<--verbose>] [B<-t>|B<--trace>] [B<-c>|B<--copy>] [B<-C>|B<--compare-copy>] [B<-s>|B<--strip>] [B<-m>|B<--mode> I<mode>] [B<-o>|B<--owner> I<owner>] [B<-g>|B<--group> I<group>] [B<-e>|B<--exec> I<sed-cmd>] I<file> I<path>
+=item B<install> [B<-v>|B<--verbose>] [B<-t>|B<--trace>] [B<-c>|B<--copy>] [B<-C>|B<--compare-copy>] [B<-s>|B<--strip>] [B<-m>|B<--mode> I<mode>] [B<-o>|B<--owner> I<owner>] [B<-g>|B<--group> I<group>] [B<-e>|B<--exec> I<sed-cmd>] [B<-d>|B<--mkdir>] I<file> I<path>
This command installs a program, script or datafile (dependent on I<mode>) in
a portable way while providing all important options of the BSD install(1)
@@ -434,7 +434,9 @@
the output of the essential shell commands which are executed.
The trick of this command is that it provides the functionality of BSD
-install(1) in a portable emulated way.
+install(1) in a portable emulated way. For even more compatibility,
+the BSD "B<shtool> C<install -d>" usage is internally mapped to the
+"B<shtool> C<mkdir -f -p -m 755>" command.
Example:
|
|