From a7ad847cd3f23cf75aa2939c4e53c8278731f70d Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 16 Nov 2000 04:40:14 +0000 Subject: r389: * Completed the fix from the last version. --- dh_makeshlibs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_makeshlibs') 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 () { chomp; # The second evil regexp is for db3, whose author should -- cgit v1.2.3