diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-07-04 16:44:12 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-07-04 16:44:12 +0000 |
commit | 68b9621c3edd495e8f66ab99d3099721e64e3e10 (patch) | |
tree | eca018eb9790526cc9f4bef8cd7323b4eb60699e | |
parent | c9bed2d9088dba62ce18c8d6068d40dbb500d087 (diff) | |
download | dh-illumos-68b9621c3edd495e8f66ab99d3099721e64e3e10.tar.gz |
Fixed man
-rwxr-xr-x | dh_illumos_gate | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dh_illumos_gate b/dh_illumos_gate index 2d68d74..a186b17 100755 --- a/dh_illumos_gate +++ b/dh_illumos_gate @@ -20,10 +20,8 @@ B<dh_illumos_gate> [S<I<debhelper options>>] [B<-X>I<PATTERN>] C<dh_illumos_gate> is responsible for unpacking illumos sources and adjusting the sources for Debian build environment (paths to programs, command options, linker and compiler flags, etc.). -It unpacks illumos gate sources, creates F<illumos.sh> and F<bldenv.sh> in the root of source tree, -sets variables in F<illumos.sh> (CODEMGR_WS and VERSION). -VERSION is set as in F<debian/changelog> for package -being built, e. g. C<export VERSION='uts_5.11.0-1~pre1'>. +It unpacks illumos gate sources, creates F<bldenv.sh> and F<env.sh> +in the root of source tree, configures build environment in F<env.sh>. Sources are always unpacked into F<illumos-gate> subdirectory of the current directory. |