summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/dh_clideps2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/dh_clideps b/debian/dh_clideps
index 16c613a7c5..51c4d28489 100755
--- a/debian/dh_clideps
+++ b/debian/dh_clideps
@@ -416,7 +416,7 @@ sub resolveShlibRefs {
# parse modulerefs
my (undef, $tmpfile) = File::Temp::tempfile("/tmp/".basename($0).".XXXX", UNLINK => 1);
- my $command = "LANG=C $cli_parser --moduleref $assembly_filename 2>&1 > $tmpfile";
+ my $command = "LANG=C $cli_parser_paths $cli_parser --moduleref $assembly_filename 2>&1 > $tmpfile";
system($command);
if ($?) {