CVS update by michaels packages ...
xemacs-cvs at xemacs.org
xemacs-cvs at xemacs.org
Wed Aug 22 03:20:29 EDT 2007
User: michaels
Date: 07/08/22 09:20:29
Modified: packages ChangeLog Local.rules.template
Log:
2007-08-20 Mike Sperber <mike at xemacs.org>
* Local.rules.template (XEMACS_INSTALLED_PACKAGES_ROOT): Move from
/usr/local/lib to /usr/local/share.
Revision Changes Path
1.704 +5 -0 XEmacs/packages/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/ChangeLog,v
retrieving revision 1.703
retrieving revision 1.704
diff -u -p -r1.703 -r1.704
--- ChangeLog 2007/08/19 18:52:35 1.703
+++ ChangeLog 2007/08/22 07:20:27 1.704
@@ -1,3 +1,8 @@
+2007-08-20 Mike Sperber <mike at xemacs.org>
+
+ * Local.rules.template (XEMACS_INSTALLED_PACKAGES_ROOT): Move from
+ /usr/local/lib to /usr/local/share.
+
2007-08-19 Norbert Koch <viteno at xemacs.org>
* Packages released: ediff viper.
1.23 +7 -4 XEmacs/packages/Local.rules.template
Index: Local.rules.template
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/Local.rules.template,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- Local.rules.template 2004/11/07 23:52:55 1.22
+++ Local.rules.template 2007/08/22 07:20:27 1.23
@@ -50,11 +50,14 @@ XEMACS_NATIVE_NT =
# mule-packages/ (Mule packages, if you built XEmacs with Mule,
# i.e. international, support), and maybe site-packages/ (packages you
# created yourself). If you are installing XEmacs normally, this should be
-# <xemacs-root>/lib/xemacs, where <xemacs-root> is the topmost-level
-# directory under which everything is installed -- normally /usr/local, and
-# set using the `--prefix' parameter to `configure'. See the INSTALL file.
+# <xemacs-root>/share/xemacs for XEmacs from 21.5 on and
+# <xemacs-root>/lib/xemacs for XEmacsen before 21.5, where
+# <xemacs-root> is the topmost-level directory under which everything
+ # is installed -- normally /usr/local, and set using the `--prefix'
+# parameter to `configure'. See the INSTALL file.
-XEMACS_INSTALLED_PACKAGES_ROOT = /usr/local/lib/xemacs
+XEMACS_INSTALLED_PACKAGES_ROOT = /usr/local/share/xemacs
+# XEMACS_INSTALLED_PACKAGES_ROOT = /usr/local/lib/xemacs
# If you are developing XEmacs, you probably don't want to install the
# packages under /usr/local, which is where the stable, released version of
More information about the XEmacs-CVS
mailing list