Add GNU cp. Readd NROFFOPTS which was accidentally removed during cleanup.
This commit is contained in:
@@ -25,6 +25,7 @@ __expr=/usr/bin/expr
|
|||||||
__mv=/usr/bin/mv
|
__mv=/usr/bin/mv
|
||||||
__mkdir=/usr/bin/mkdir
|
__mkdir=/usr/bin/mkdir
|
||||||
__cp=/usr/bin/cp
|
__cp=/usr/bin/cp
|
||||||
|
__gcp=/usr/tgcware/bin/cp
|
||||||
__tee=/bin/tee
|
__tee=/bin/tee
|
||||||
__grep=/bin/grep
|
__grep=/bin/grep
|
||||||
__egrep=/bin/egrep
|
__egrep=/bin/egrep
|
||||||
@@ -49,3 +50,4 @@ __curl=/usr/tgcware/bin/curl
|
|||||||
|
|
||||||
# Groff stuff for manpages
|
# Groff stuff for manpages
|
||||||
__nroff=/usr/tgcware/bin/nroff
|
__nroff=/usr/tgcware/bin/nroff
|
||||||
|
NROFFOPTS="-c -mandoc -Tascii -t"
|
||||||
|
|||||||
Reference in New Issue
Block a user