From 32185d6fff175b48766cf6efd444c76b1f6834a0 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 2 Jul 2012 23:58:55 +0000 Subject: do not try to install lint libraries --- dh_illumos_gate | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dh_illumos_gate b/dh_illumos_gate index 9b66645..cd13850 100755 --- a/dh_illumos_gate +++ b/dh_illumos_gate @@ -168,7 +168,8 @@ See L. Set proto area to be F<./debian/tmp>. Disable C libraries by replacing C with L. -So it will do nothing. Successfully. +So it will do nothing. Successfully. Also define C to empty +string to prevent installation of lint library (which does not exist). =cut @@ -192,6 +193,7 @@ if (open (ENV, '>', $env)) { print ENV "export BUILD_TOOLS='/opt'\n"; print ENV "export MACH='$mach'\n"; print ENV "export LINT='true'\n"; + print ENV "export LINTLIB=''\n"; close(ENV); } else { error("Failed to write `$env': $!"); -- cgit v1.2.3