summaryrefslogtreecommitdiff
path: root/dh_makeshlibs
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 04:48:38 +0000
committerjoey <joey>1999-08-17 04:48:38 +0000
commitc44b3e7afd56249ce798aa1bf069398a1eeac5b7 (patch)
tree953365dec1b5ddb872441acf80021fccdfe7ebda /dh_makeshlibs
parent2d14fd1e6df600cd92ce263c65d29dbeeba80ce6 (diff)
downloaddebhelper-c44b3e7afd56249ce798aa1bf069398a1eeac5b7.tar.gz
r67: Initial Import
Diffstat (limited to 'dh_makeshlibs')
-rwxr-xr-xdh_makeshlibs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_makeshlibs b/dh_makeshlibs
index 28695552..2f8cdaa2 100755
--- a/dh_makeshlibs
+++ b/dh_makeshlibs
@@ -30,7 +30,7 @@ for PACKAGE in $DH_DOPACKAGES; do
else
# Call isnative becuase it sets $VERSION
# as a side effect.
- isnative
+ isnative || true
PACKAGE="$PACKAGE (>= $VERSION)"
fi
fi