aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorSimon Perreault <nomis80@videotron.ca>2001-04-04 19:54:14 +0000
committerSimon Perreault <nomis80@videotron.ca>2001-04-04 19:54:14 +0000
commit55dd19a1381a2cf88bdc856c3ad343db2ac17b33 (patch)
tree94e7cf5d28c1a886d3d78dff39be8b82792c9405 /chapter06
parentc3c32c74835a3670b7bfce9f89bff8845a997911 (diff)
Removed the po-mode thingie.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@433 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/gettext-inst.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/gettext-inst.xml b/chapter06/gettext-inst.xml
index aaa3bc125..a88793b82 100644
--- a/chapter06/gettext-inst.xml
+++ b/chapter06/gettext-inst.xml
@@ -9,8 +9,7 @@ Install Gettext by running the following commands:
<userinput>./configure --prefix=/usr &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
- <userinput>make install &amp;&amp;</userinput>
- <userinput>mv /po-mode.el /usr/share/gettext</userinput>
+ <userinput>make install</userinput>
</literallayout></blockquote>