forked from josch/mmdebstrap
Fix typo in hook directory example
This commit is contained in:
parent
976cc9c1c4
commit
f8fc7d9bbf
1 changed files with 1 additions and 1 deletions
|
@ -6116,7 +6116,7 @@ specifying the remaining four hook options individually for each file in the
|
||||||
directory. If there are more than one script for a stage, then they are added
|
directory. If there are more than one script for a stage, then they are added
|
||||||
alphabetically. This is useful in cases, where a user wants to run the same
|
alphabetically. This is useful in cases, where a user wants to run the same
|
||||||
hooks frequently. For example, given a directory C<./hooks> with two scripts
|
hooks frequently. For example, given a directory C<./hooks> with two scripts
|
||||||
C<setup01-foo.sh> and C<setup01-bar.sh>, this call:
|
C<setup01-foo.sh> and C<setup02-bar.sh>, this call:
|
||||||
|
|
||||||
mmdebstrap --customize=./scriptA --hook-dir=./hooks --setup=./scriptB
|
mmdebstrap --customize=./scriptA --hook-dir=./hooks --setup=./scriptB
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue