diff options
author | dancer <dancer> | 2002-12-12 07:43:09 +0000 |
---|---|---|
committer | dancer <dancer> | 2002-12-12 07:43:09 +0000 |
commit | 6ef940684ae39f0e23acf48ecddbccd96f268424 (patch) | |
tree | 019cec52e701ebea1e5d3e0ff87fda6ae075ff67 /pbuilder.8 | |
parent | d53f59f0490e89a574775f7886e5dcaa90519b98 (diff) | |
download | pbuilder-6ef940684ae39f0e23acf48ecddbccd96f268424.tar pbuilder-6ef940684ae39f0e23acf48ecddbccd96f268424.tar.gz |
+
+ * pbuilder.8: fix the documentation to clarify that A is executed
+ after satisfying the build-depends.
Diffstat (limited to 'pbuilder.8')
-rw-r--r-- | pbuilder.8 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -231,7 +231,8 @@ is for .B build target. It is executed before build starts, after -unpacking the build system, and unpacking the source. +unpacking the build system, and unpacking the source, +and satisfying the build-dependency. .B "B<digit><digit><whatever-else-you-want>" is executed after build system finishes building, |