summaryrefslogtreecommitdiff
path: root/dh_shlibdeps
diff options
context:
space:
mode:
authorjoey <joey>2000-09-28 19:42:59 +0000
committerjoey <joey>2000-09-28 19:42:59 +0000
commita10ba9f809e534c3ee57cb3c99011f6f2bbb8e2b (patch)
treeed4edccf2757872124d81fc3d36baa1705a6fad6 /dh_shlibdeps
parent4458a6265c7d3717018e4204d2f9b24464c18ac6 (diff)
r374: * Rebuild to remove cvs junk, Closes: #72610
Diffstat (limited to 'dh_shlibdeps')
-rwxr-xr-xdh_shlibdeps9
1 files changed, 4 insertions, 5 deletions
diff --git a/dh_shlibdeps b/dh_shlibdeps
index e08184a0..237d92db 100755
--- a/dh_shlibdeps
+++ b/dh_shlibdeps
@@ -28,12 +28,11 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) {
}
}
- if ($dh{L_PARAMS}) {
- $ENV{'LD_LIBRARY_PATH'}=$dh{L_PARAMS};
- verbose_print("LD_LIBRARY_PATH=$dh{L_PARAMS} \\");
- }
-
if (@filelist) {
+ if ($dh{L_PARAMS}) {
+ $ENV{'LD_LIBRARY_PATH'}=$dh{L_PARAMS};
+ verbose_print("LD_LIBRARY_PATH=$dh{L_PARAMS} \\");
+ }
doit("dpkg-shlibdeps","-Tdebian/${EXT}substvars",@{$dh{U_PARAMS}},'-dDepends',@filelist);
}
}