tag 688904 +patch
kthxbye

Indeed it seems to be the problem indeed.

In line 1833 replacing

 for directory in "$dkms_tree/$1/$2/"${3:-[0-9].*}/${4:-*}; do

with

  for directory in "$dkms_tree/$1/$2/"${3:-[0-9]?.*}/${4:-*}; do

did the trick for me though I admit *this* way of fixing the glob is a
bit ugly -- needs someone with more bash clue to work out something
better but should be easy enough now ;-)

Regards

    Christoph

_______________________________________________
Pkg-dkms-maint mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-dkms-maint

Reply via email to