summaryrefslogtreecommitdiff
path: root/dh_illumos_gate
diff options
context:
space:
mode:
Diffstat (limited to 'dh_illumos_gate')
-rwxr-xr-xdh_illumos_gate11
1 files changed, 11 insertions, 0 deletions
diff --git a/dh_illumos_gate b/dh_illumos_gate
index ed8da8e..5efe85b 100755
--- a/dh_illumos_gate
+++ b/dh_illumos_gate
@@ -398,6 +398,17 @@ To clean package (via C<./debian/rules clean>) you should just remove F<usr/> di
rm -rf usr
+C<dh_illumos_gate --build> will fail if extracting files which should be extracted
+due to option C<--build>. This is a L<tar(1)> issue (tar: ...: Not found in archive).
+For example, this will fail:
+
+ dh_illumos_gate --build usr/src/cmd usr/src/lib/Makefile.lib
+
+Workaround:
+
+ dh_illumos_gate --build usr/src/cmd
+ dh_illumos_gate usr/src/lib/Makefile.lib
+
=head1 SEE ALSO
L<debhelper(7)>, L<dh_illumos_make(1)>.