summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2012-07-03 00:06:05 +0000
committerIgor Pashev <pashev.igor@gmail.com>2012-07-03 00:06:05 +0000
commitc6d3d8b5aec47a4a2c83d7244e4ad507ea1f2087 (patch)
tree83ca608a8acc319399806278cfae602d02f2e11b
parentb606d128acb4e4f6aeb9407c4955ed0aa2a4c230 (diff)
downloaddh-illumos-c6d3d8b5aec47a4a2c83d7244e4ad507ea1f2087.tar.gz
Typo
-rwxr-xr-xdh_illumos_make4
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_illumos_make b/dh_illumos_make
index d24e807..2a2f57d 100755
--- a/dh_illumos_make
+++ b/dh_illumos_make
@@ -24,13 +24,13 @@ in order. Illumos sources should be previously unpacked with L<dh_illumos_gate(1
=head1 EXAMPLES
- dh_illumos_gate -t install_h usr/src/uts is equivalent to
+ dh_illumos_make -t install_h usr/src/uts is equivalent to
cd illumos-gate
ksh93 bldenv.sh env.sh -c "cd usr/src/uts && /usr/bin/sunmake install_h"
- dh_illumos_gate -m /opt/SUNWspro/bin/dmake usr/src/lib is equivalent to
+ dh_illumos_make -m /opt/SUNWspro/bin/dmake usr/src/lib is equivalent to
cd illumos-gate
ksh93 bldenv.sh env.sh -c "cd usr/src/lib && /opt/SUNWspro/bin/dmake install"