Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 67118 | Differences between
and this patch

Collapse All | Expand All

(-)msrc0-0.6.orig/makeme (-1 / +6 lines)
Lines 5-12 Link Here
5
# builds a file on the meta source machine with a special tool or
5
# builds a file on the meta source machine with a special tool or
6
# database you are toast.  {N.B. mk's lib, rdist, mkcmd have issues.}
6
# database you are toast.  {N.B. mk's lib, rdist, mkcmd have issues.}
7
7
8
# Hardcode HOSTTYPE because the bash shell uses it, too.
9
10
HOSTTYPE=LINUX
11
export HOSTTYPE
12
8
# if we have a local.defs read it for umask, PATH, and such.
13
# if we have a local.defs read it for umask, PATH, and such.
9
[ -f /usr/local/lib/distrib/local.defs ] && . /usr/local/lib/distrib/local.defs
14
[ -f /etc/distrib/local.defs ] && . /etc/distrib/local.defs
10
15
11
# It does work for the tools that build the meta source system itself,
16
# It does work for the tools that build the meta source system itself,
12
# of course (mkcmd, distrib, rcsvg, and the like).  You can use it to
17
# of course (mkcmd, distrib, rcsvg, and the like).  You can use it to

Return to bug 67118