summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Varner <fuzzyray@gentoo.org>2012-11-20 11:22:09 -0600
committerPaul Varner <fuzzyray@gentoo.org>2012-11-20 11:22:09 -0600
commit7d133e58b27253ebc1bcfc16fa45ef91125ccde9 (patch)
tree26732b8790f903d0b289702c6fd8772b2f5c6e61 /ufed-curses-help.c
parentWrite into correct make.conf. (Bug 434672) (diff)
downloadufed-7d133e58b27253ebc1bcfc16fa45ef91125ccde9.tar.gz
ufed-7d133e58b27253ebc1bcfc16fa45ef91125ccde9.tar.bz2
ufed-7d133e58b27253ebc1bcfc16fa45ef91125ccde9.zip
Change ufed to use EPREFIX for prefix installs.
Diffstat (limited to 'ufed-curses-help.c')
-rw-r--r--ufed-curses-help.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/ufed-curses-help.c b/ufed-curses-help.c
index 19679bb..79bd35e 100644
--- a/ufed-curses-help.c
+++ b/ufed-curses-help.c
@@ -40,11 +40,10 @@ static void init_lines(void) {
"Each USE flag has a 2 character descriptor that represents the two "
"ways a use flag can be set.",
"",
-"The 1st char is the setting from the /etc/make.profile/make.defaults "
-"file. These are the defaults for Gentoo as a whole. These should not be "
-"changed.",
+"The 1st char is the setting from the make.defaults file. These are "
+"the defaults for Gentoo as a whole. These should not be changed.",
"",
-"The 2nd char is the settings from the /etc/make.conf file. these are "
+"The 2nd char is the settings from the make.conf file. these are "
"the only ones that should be changed by the user and these are the ones "
"that ufed changes.",
"",