fix typo debian/0.4b41-6
authorBdale Garbee <bdale@gag.com>
Fri, 29 Aug 2008 15:01:50 +0000 (09:01 -0600)
committerBdale Garbee <bdale@gag.com>
Fri, 29 Aug 2008 15:01:50 +0000 (09:01 -0600)
debian/rules

index c211897ff088d97e0cc75d4832496b29321f06f6..7dc2b976c540cd85a9f266e9820b671cab6852e4 100755 (executable)
@@ -16,7 +16,7 @@ clean:
        dh_testdir
        dh_testroot
        rm -f build-stamp
-       [ ! f Makefile ] || make distclean
+       [ ! -f Makefile ] || make distclean
        -test -r /usr/share/misc/config.sub && \
                cp -f /usr/share/misc/config.sub config.sub
        -test -r /usr/share/misc/config.guess && \