COMMIT
>>>> In <s3t64opcq1k.fsf(a)magellan.suse.de>
>>>> Mike FABIAN <mfabian(a)suse.de> wrote:
At least when the packages are build from source doing
a CVS checkout, riece.el and riece.elc are not installed
because they are missing in packages/xemacs-packages/riece/Makefile.
See also
Here is a patch.
Thanks. I just committed it.
[2 bugzilla-142822-riece.patch <text/x-patch (7bit)>]
diff -ru packages.orig/xemacs-packages/riece/Makefile
packages/xemacs-packages/riece/Makefile
--- packages.orig/xemacs-packages/riece/Makefile 2005-11-21 08:42:45.000000000 +0100
+++ packages/xemacs-packages/riece/Makefile 2006-01-12 16:01:00.000000000 +0100
@@ -29,7 +29,7 @@
include ../../Local.rules.inc
-ELCS = lisp/riece-000.elc lisp/riece-200.elc lisp/riece-300.elc
\
+ELCS = lisp/riece.elc lisp/riece-000.elc lisp/riece-200.elc lisp/riece-300.elc \
lisp/riece-400.elc lisp/riece-500.elc lisp/riece-addon-modules.elc \
lisp/riece-addon.elc lisp/riece-alias.elc lisp/riece-async.elc \
lisp/riece-biff.elc lisp/riece-button.elc lisp/riece-cache.elc \
Regards,
--
Daiki Ueno