From c7cb17e408fcfa212b012e9256f862a4459207c5 Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Thu, 18 Sep 2008 06:56:27 +0000 Subject: [PATCH] Add GNU cp. Readd NROFFOPTS which was accidentally removed during cleanup. --- buildpkg.tools | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildpkg.tools b/buildpkg.tools index 7bbd6d6..27d42fc 100644 --- a/buildpkg.tools +++ b/buildpkg.tools @@ -25,6 +25,7 @@ __expr=/usr/bin/expr __mv=/usr/bin/mv __mkdir=/usr/bin/mkdir __cp=/usr/bin/cp +__gcp=/usr/tgcware/bin/cp __tee=/bin/tee __grep=/bin/grep __egrep=/bin/egrep @@ -49,3 +50,4 @@ __curl=/usr/tgcware/bin/curl # Groff stuff for manpages __nroff=/usr/tgcware/bin/nroff +NROFFOPTS="-c -mandoc -Tascii -t"