tags 383784 + patch

This patch should fix this bug:

diff -u yiyantang-0.7.0/debian/rules yiyantang-0.7.0/debian/rules
--- yiyantang-0.7.0/debian/rules
+++ yiyantang-0.7.0/debian/rules
@@ -13,7 +13,8 @@
        dh_testdir

        # Add here commands to compile the package.
-       cp -f /usr/share/misc/config.{guess,sub} config/
+       cp -f /usr/share/misc/config.guess config/
+       cp -f /usr/share/misc/config.sub config/
        ./configure --prefix=/usr
        $(MAKE)

@@ -26,7 +27,8 @@

        # Add here commands to clean up after the build process.
        -$(MAKE) distclean
-       rm -f config/config.{sub,guess}
+       rm -f config/config.sub
+       rm -f config/config.guess

        dh_clean




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to