summaryrefslogtreecommitdiff
path: root/dh_shlibdeps
diff options
context:
space:
mode:
authorjoey <joey>2001-05-15 14:28:42 +0000
committerjoey <joey>2001-05-15 14:28:42 +0000
commite03b78fce8442511e125cc57922267578d07fa29 (patch)
treeba425688785bd6f8d9ca358840613d88212dfe46 /dh_shlibdeps
parentabb4a093bd111a1f01d73eb2e84c015830d04f1f (diff)
r469: * Missing semi-colon.
* Call dh_shlibdeps as part of build process, as simple guard against this (dh_* should be called, really).
Diffstat (limited to 'dh_shlibdeps')
-rwxr-xr-xdh_shlibdeps2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_shlibdeps b/dh_shlibdeps
index ebba4746..274aeeda 100755
--- a/dh_shlibdeps
+++ b/dh_shlibdeps
@@ -81,7 +81,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
my @paths=();
# Add to existing paths, if set.
push @paths, $ENV{'LD_LIBRARY_PATH'}
- if exists $ENV{'LD_LIBRARY_PATH'}
+ if exists $ENV{'LD_LIBRARY_PATH'};
foreach (split(/:/, $dh{L_PARAMS})) {
# Force the path absolute.
if (m:^/:) {