aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2011-12-19 19:43:36 +0000
committerFabian Groffen <grobian@gentoo.org>2011-12-19 19:43:36 +0000
commitb2cd8ae3d841647f6c5003b2aadfc9ce05c42216 (patch)
tree7e68a52766358a190a24e2fbf75c3cf02a7b27f9 /libq/colors.c
parentfix typo in check-gcc usage so we actually add the extra warning flags (diff)
downloadportage-utils-b2cd8ae3d841647f6c5003b2aadfc9ce05c42216.tar.gz
portage-utils-b2cd8ae3d841647f6c5003b2aadfc9ce05c42216.tar.bz2
portage-utils-b2cd8ae3d841647f6c5003b2aadfc9ce05c42216.zip
read color.map from offset prefix
Diffstat (limited to 'libq/colors.c')
-rw-r--r--libq/colors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libq/colors.c b/libq/colors.c
index 9dc84b1b..145a161c 100644
--- a/libq/colors.c
+++ b/libq/colors.c
@@ -18,7 +18,7 @@ static const char *YELLOW = _MAKE_COLOR("33", "01");
static const char *BRYELLOW = _MAKE_COLOR("01", "33");
static const char *WHITE = _MAKE_COLOR("01", "38");
-static const char *COLOR_MAP = "/etc/portage/color.map";
+static const char *COLOR_MAP = EPREFIX "etc/portage/color.map";
#define COLOR _MAKE_COLOR