diff options
author | joey <joey> | 1999-08-17 04:48:38 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 04:48:38 +0000 |
commit | c44b3e7afd56249ce798aa1bf069398a1eeac5b7 (patch) | |
tree | 953365dec1b5ddb872441acf80021fccdfe7ebda /dh_makeshlibs | |
parent | 2d14fd1e6df600cd92ce263c65d29dbeeba80ce6 (diff) | |
download | debhelper-c44b3e7afd56249ce798aa1bf069398a1eeac5b7.tar.gz |
r67: Initial Import
Diffstat (limited to 'dh_makeshlibs')
-rwxr-xr-x | dh_makeshlibs | 2 |
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 |