From 89a6dea7f9a54c2a84ab4c874bbb822a661c41ee Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Fri, 6 Jul 2012 22:43:11 -0700 Subject: [PATCH] Remove unnecessary copy to bin/ --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index f1153d0..f000338 100755 --- a/debian/rules +++ b/debian/rules @@ -5,5 +5,5 @@ override_dh_auto_build: make man - make mnexec && cp mnexec bin/ + make mnexec dh_auto_build