From 952c105858d1112960e1c38ffe81215ff58b6ce9 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 29 May 2002 16:06:50 +0000 Subject: [PATCH] oops, another one --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 044f02368..c9b426da6 100755 --- a/debian/rules +++ b/debian/rules @@ -57,7 +57,7 @@ build-stamp: changelog-stamp: dh_testdir # Add here commands to build the changelog - [ -d CVS ] && $(MAKE) changelog + if test -d CVS; then $(MAKE) changelog; fi touch $@ clean: