summaryrefslogtreecommitdiff
path: root/dh_shlibdeps
diff options
context:
space:
mode:
authorjoey <joey>2000-08-04 21:28:22 +0000
committerjoey <joey>2000-08-04 21:28:22 +0000
commit0c9293e463decdb05bcc0dd3d7b3f163e12325e3 (patch)
treea6b69e1fed82006472dc07e25ea148fea6cd2c5b /dh_shlibdeps
parente4050169a24749c64afdd6b684951da569b35126 (diff)
r364: * Whoops, I forgot to add v3 to cvs, so it was missing from a few
versions.
Diffstat (limited to 'dh_shlibdeps')
-rwxr-xr-xdh_shlibdeps3
1 files changed, 2 insertions, 1 deletions
diff --git a/dh_shlibdeps b/dh_shlibdeps
index 4504930b..e08184a0 100755
--- a/dh_shlibdeps
+++ b/dh_shlibdeps
@@ -29,7 +29,8 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) {
}
if ($dh{L_PARAMS}) {
- $ENV{'LD_LIBRARY_PATH'}=$dh{L_PARAMS}
+ $ENV{'LD_LIBRARY_PATH'}=$dh{L_PARAMS};
+ verbose_print("LD_LIBRARY_PATH=$dh{L_PARAMS} \\");
}
if (@filelist) {