From 577638b7115d3c4ecad1ca3536802035650dd651 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 21 Oct 2007 02:16:22 -0400 Subject: [PATCH] really works now --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index f43c64c..cf5dd3a 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,9 @@ build: pod2man -c mr mr > mr.1 - ./mr ed | grep -q "horse" + (echo "[]"; echo "checkout=") > mrconfig.tmp + ./mr -c mrconfig.tmp ed | grep -q "horse" + rm -f mrconfig.tmp clean: dh_testdir -- 2.39.5