summaryrefslogtreecommitdiff
path: root/dh_makeshlibs
diff options
context:
space:
mode:
authorjoey <joey>2000-11-16 04:40:14 +0000
committerjoey <joey>2000-11-16 04:40:14 +0000
commita7ad847cd3f23cf75aa2939c4e53c8278731f70d (patch)
treefa7b5e4571c3c57761a86d52ebe56c0661df01c8 /dh_makeshlibs
parented032dcadfb52bed9bfc5fe2e4dfde1f8e034b34 (diff)
r389: * Completed the fix from the last version.
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 6c708e86..6b3ff411 100755
--- a/dh_makeshlibs
+++ b/dh_makeshlibs
@@ -12,7 +12,7 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) {
doit("rm", "-f", "$TMP/DEBIAN/shlibs");
- open (FIND, "find $TMP -xtype f -name '*.so.*' |");
+ open (FIND, "find $TMP -xtype f -name '*.so*' |");
while (<FIND>) {
chomp;
# The second evil regexp is for db3, whose author should