Browse thread
[Caml-list] good reference on modules?
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | David Fox <dsfox@c...> |
| Subject: | Re: [Caml-list] Patch to ocaml-3.01-2 RPM spec file |
Oops, I didn't include the patch to emacs/Makefile:
--- ocaml-3.01/emacs/Makefile~ Wed Nov 17 10:57:32 1999
+++ ocaml-3.01/emacs/Makefile Tue Mar 20 08:19:32 2001
@@ -19,6 +19,7 @@
COMPILECMD=(progn \
(setq load-path (cons "." load-path)) \
(byte-compile-file "caml.el") \
+ (byte-compile-file "caml-font.el") \
(byte-compile-file "inf-caml.el") \
(byte-compile-file "camldebug.el"))
I do not compile the caml-hilit.el file because I seem to recall that
hilit mode is obsolete. It has also been pointed out to me that the
following line should be inserted into the spec file directly after
the %files line:
%defattr(-, root, root)
this sets the ownership of all the installed files to root.root,
necessary if the binary RPM was built by a regular user.
-------------------
To unsubscribe, mail caml-list-request@inria.fr. Archives: http://caml.inria.fr