[Pkg-ocaml-maint-commits] [SCM] tuareg-mode packaging branch, rt, updated. debian/2.0.1-1-6-ge8f40d9

Ralf Treinen treinen at free.fr
Thu Nov 18 21:24:36 UTC 2010


The following commit has been merged in the rt branch:
commit 8d07d604d8c81f22a7e4b9eccaf637e272de3e2e
Author: Ralf Treinen <treinen at free.fr>
Date:   Sun Oct 24 17:46:42 2010 +0200

    fix -l option

diff --git a/debian/emacsen-install b/debian/emacsen-install
index 7b067d0..1c03969 100644
--- a/debian/emacsen-install
+++ b/debian/emacsen-install
@@ -13,7 +13,7 @@ if [ ${FLAVOR} = emacs ]; then exit 0; fi
 echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR}
 
 FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile"
-FLAGS1="${SITEFLAG} -q -batch -l path.el -l tuareg -f batch-byte-compile"
+FLAGS1="${SITEFLAG} -q -batch -l path.el -l tuareg.el -f batch-byte-compile"
 ELDIR=/usr/share/emacs/site-lisp/${PACKAGE}
 ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE}
 

-- 
tuareg-mode packaging



More information about the Pkg-ocaml-maint-commits mailing list