[Pkg-ocaml-maint-commits] [SCM] tuareg-mode packaging branch, master-experimental, updated. debian/2.0.2-1-5-g8738b94
Ralf Treinen
treinen at free.fr
Thu Nov 18 21:24:22 UTC 2010
The following commit has been merged in the master-experimental branch:
commit 59bb1db2a84a7df0fb2558e89711eedb8579b62d
Author: Ralf Treinen <treinen at free.fr>
Date: Sun Oct 24 18:01:22 2010 +0200
try to bytecompile on xemacs
diff --git a/debian/emacsen-install b/debian/emacsen-install
index f53aff2..1905019 100644
--- a/debian/emacsen-install
+++ b/debian/emacsen-install
@@ -29,9 +29,9 @@ FILES=`echo *.el`
cp ${FILES} ${ELCDIR}
cd ${ELCDIR}
-case ${FLAVOR} in
- xemacs21) exit 0;
-esac
+#case ${FLAVOR} in
+# xemacs21) exit 0;
+#esac
cat << EOF > path.el
(setq load-path (cons "." load-path) byte-compile-warnings nil)
--
tuareg-mode packaging
More information about the Pkg-ocaml-maint-commits
mailing list