tags 477581 patch
thanks

Although it's merely short, here is a patch for your bashism bug. Please
fix it since this is a release goal for lenny.

Cheers,
Hauke


--- rules.orig  2008-04-29 10:59:06.000000000 +0200
+++ rules       2008-04-29 11:01:09.000000000 +0200
@@ -45,7 +45,7 @@
 
 config.status: configure
        dh_testdir
-       ln -s /usr/share/misc/config.{guess,sub} .
+       ln -s /usr/share/misc/config.sub /usr/share/misc/config.guess .
        ./configure \
          --host=$(DEB_HOST_GNU_TYPE) \
          --build=$(DEB_BUILD_GNU_TYPE) \
@@ -57,7 +57,7 @@
        dh_testroot
        rm -f build-stamp
        -$(MAKE) distclean
-       rm -f src/GCint.h config.{guess,sub} src/lexpgn.c
+       rm -f src/GCint.h config.guess config.sub src/lexpgn.c
        dh_clean
 
 install: build

Attachment: signature.asc
Description: Digital signature

Reply via email to