diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2015-10-17 20:44:18 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2015-10-17 20:44:18 +0300 |
commit | 36e2ddbfb6d91413783b84b94516cb8f62eddace (patch) | |
tree | da00a96ccf5a326c3ed28bbed39b7ec14a509fd8 | |
parent | 2c42e52f0d7eefac6152324015081733efcaed36 (diff) | |
download | dh-illumos-36e2ddbfb6d91413783b84b94516cb8f62eddace.tar.gz |
Set C<CODEMGR_WS> to the B<--destdir>
-rwxr-xr-x | dh_illumos_gate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_illumos_gate b/dh_illumos_gate index 7c18f2b..d5492b0 100755 --- a/dh_illumos_gate +++ b/dh_illumos_gate @@ -448,7 +448,7 @@ if ( -f $Makefile_cmd ) { =item Create F<usr/env.sh> (if F<usr> exists and F<usr/env.sh> does not) -Set C<CODEMGR_WS> to the current directry. +Set C<CODEMGR_WS> to the B<--destdir>. Set C<VERSION> from F<./debian/changelog>. For example it can be C<2.10-3>. |