Bug#444582: rt2x00-source: Does not build with /bin/sh != bash

Thijs Kinkhorst thijs at debian.org
Sat Sep 29 15:01:44 UTC 2007


Package: rt2x00-source
Version: 0cvs20070219-2
Severity: normal
Tags: patch

Hi!

I'm trying to rebuild rt2x00-source on my system, but that fails because
I have /bin/dash as /bin/sh. The attached patch fixes the responsible
bashism. Please consider to apply it, thanks!


Thijs

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-486
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rt2x00-source depends on:
ii  debhelper                     5.0.56     helper programs for debian/rules
ii  module-assistant              0.10.11    tool to make module package creati

rt2x00-source recommends no packages.

-- no debconf information
-------------- next part --------------
diff -u rt2x00-0cvs20070219/debian/rules rt2x00-0cvs20070219/debian/rules
--- rt2x00-0cvs20070219/debian/rules
+++ rt2x00-0cvs20070219/debian/rules
@@ -45,7 +45,7 @@
 		&& find . -path ./debian/\* -type d -prune -o -print \
 		| egrep -v 'RPM|CVS|debian'  \
 		| cpio -admp $(CURDIR)/debian/build/usr/src/modules/rt2x00
-	cp -f $(CURDIR)/{README,THANKS,CHANGELOG} $(CURDIR)/debian/build/usr/src/modules/rt2x00
+	cp -f $(CURDIR)/README $(CURDIR)/THANKS $(CURDIR)/CHANGELOG $(CURDIR)/debian/build/usr/src/modules/rt2x00
 	ln -s /usr/share/doc/rt2x00-source/README.Debian $(CURDIR)/debian/build/usr/src/modules/rt2x00/INSTALL.Debian
 
 	mkdir $(CURDIR)/debian/build/usr/src/modules/rt2x00/debian


More information about the Pkg-ralink-maintainers mailing list