From: Bdale Garbee Date: Fri, 29 Aug 2008 15:01:50 +0000 (-0600) Subject: fix typo X-Git-Tag: debian/0.4b41-6 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=6481a93d665c0bedf3a5d636c6d842107309c1de;p=debian%2Fdump fix typo --- diff --git a/debian/rules b/debian/rules index c211897..7dc2b97 100755 --- a/debian/rules +++ b/debian/rules @@ -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 && \