From 56201570f97da47d9797b29eaf5c356f80a9ad6b Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Thu, 29 Jan 2004 13:53:08 +0000 Subject: [PATCH] Two more helpers In the next major revision all helpers should probably be updated to use _ prefix to they don't conflict with configure etc. --- buildpkg.functions | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildpkg.functions b/buildpkg.functions index 3758757..72b59cc 100644 --- a/buildpkg.functions +++ b/buildpkg.functions @@ -51,6 +51,8 @@ CUT=/usr/bin/cut LS=/usr/bin/ls EXPR=/usr/bin/expr MV=/usr/bin/mv +MKDIR=/usr/bin/mkdir +CP=/usr/bin/cp # Groff stuff for manpages NEQN=/usr/local/bin/neqn