summaryrefslogtreecommitdiff
path: root/dh_makeshlibs
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 04:42:23 +0000
committerjoey <joey>1999-08-17 04:42:23 +0000
commitb8fc5a1b99da4ffb113d42f373b7c84772d1413a (patch)
tree9de7966641723faa49d815dfc11365f4a9601074 /dh_makeshlibs
parent050d55509586c51def636f895075c62877c9fae7 (diff)
downloaddebhelper-b8fc5a1b99da4ffb113d42f373b7c84772d1413a.tar.gz
r49: Initial Import
Diffstat (limited to 'dh_makeshlibs')
-rwxr-xr-xdh_makeshlibs6
1 files changed, 3 insertions, 3 deletions
diff --git a/dh_makeshlibs b/dh_makeshlibs
index f96c327f..d595c3b5 100755
--- a/dh_makeshlibs
+++ b/dh_makeshlibs
@@ -24,9 +24,9 @@ for PACKAGE in $DH_DOPACKAGES; do
if [ ! -d "$TMP/DEBIAN" ] ; then
doit "install -d $TMP/DEBIAN"
fi
- if [ "$DH_V_FLAG" ]; then
- if [ "$*" ]; then
- PACKAGE="$*"
+ if [ "$DH_V_FLAG_SET" ]; then
+ if [ "$DH_V_FLAG" ]; then
+ PACKAGE="$DH_V_FLAG"
else
# Call isnative becuase it sets $VERSION
# as a side effect.