Mercurial > hg > xemacs-beta
diff man/xemacs/packages.texi @ 5551:40a52efbf3a3
Reflect change of location of packages to share/
2011-08-14 Mike Sperber <mike@xemacs.org>
* xemacs-faq.texi:
* xemacs/packages.texi: Reflect change of location of packages
from lib/ to share/.
author | Mike Sperber <sperber@deinprogramm.de> |
---|---|
date | Sun, 14 Aug 2011 13:51:14 +0200 |
parents | 6b0000935adc |
children | 9c17f7be0b92 |
line wrap: on
line diff
--- a/man/xemacs/packages.texi Fri Aug 12 16:02:30 2011 +0100 +++ b/man/xemacs/packages.texi Sun Aug 14 13:51:14 2011 +0200 @@ -311,8 +311,8 @@ package (version 1.48): @example - mkdir $prefix/lib/xemacs/xemacs-packages RET # if it does not exist yet - cd $prefix/lib/xemacs/xemacs-packages RET + mkdir $prefix/share/xemacs/xemacs-packages RET # if it does not exist yet + cd $prefix/share/xemacs/xemacs-packages RET gunzip -c /path/to/xemacs-base-1.48-pkg.tar.gz | tar xvf - RET Or if you have GNU tar, the last step can be: @@ -324,8 +324,8 @@ hierarchy, i.e. for the @file{mule-base} package, version 1.37: @example - mkdir $prefix/lib/xemacs/mule-packages RET # if it does not exist yet - cd $prefix/lib/xemacs/mule-packages RET + mkdir $prefix/share/xemacs/mule-packages RET # if it does not exist yet + cd $prefix/share/xemacs/mule-packages RET gunzip -c /path/to/mule-base-1.37-pkg.tar.gz | tar xvf - RET Or if you have GNU tar, the last step can be: @@ -351,11 +351,11 @@ Install them by: -@code{cd $prefix/lib/xemacs ; gunzip -c <tarballname> | tar xvf - RET} +@code{cd $prefix/share/xemacs ; gunzip -c <tarballname> | tar xvf - RET} Or, if you have GNU tar: -@code{cd $prefix/lib/xemacs ; tar zxvf /path/to/<tarballname> RET} +@code{cd $prefix/share/xemacs ; tar zxvf /path/to/<tarballname> RET} As the Sumo tarballs are not regenerated as often as the individual packages, it is recommended that you use the automatic package tools