Package: ndiswrapper
Severity: normal
Tags: patch

debian/rules install/ndiswrapper-source fails with:
cp debian/{changelog,compat,copyright} modules/ndiswrapper/debian
cp: cannot stat `debian/{changelog,compat,copyright}': No such file or
directory
make: *** [install/ndiswrapper-source] Error 1

because dash does not know {} as a filename pattern and as far as I
could find out this is no pattern described by the POSIX standard for
shells.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US.ISO-8859-1)
--- rules.orig  2005-05-05 15:06:14.000000000 -0400
+++ rules       2005-05-05 15:06:36.000000000 -0400
@@ -11,7 +11,7 @@
        mkdir -p modules/ndiswrapper/debian
        cp -ra driver/* modules/ndiswrapper
        cp INSTALL version modules/ndiswrapper
-       cp debian/{changelog,compat,copyright} modules/ndiswrapper/debian
+       cp debian/changelog debian/compat debian/copyright 
modules/ndiswrapper/debian
        cp debian/*.modules.in modules/ndiswrapper/debian
        sed -i 's/@NDW_VERS@/$(NDW_VERS)/g' 
modules/ndiswrapper/debian/control.modules.in
        install -m755 debian/rules.modules modules/ndiswrapper/debian/rules

Reply via email to