[Pkg-ocaml-maint-commits] [SCM] tuareg-mode packaging branch, master, updated. debian/2.0.0-1-5-g23e7603

Ralf Treinen treinen at free.fr
Wed May 26 20:22:35 UTC 2010


The following commit has been merged in the master branch:
commit 23e7603adc9b4d50026423fcfeed77a03cdcbd75
Author: Ralf Treinen <treinen at free.fr>
Date:   Tue May 25 21:12:39 2010 +0200

    install el files on all archs

diff --git a/debian/emacsen-install b/debian/emacsen-install
index e4c9d05..eb180d3 100644
--- a/debian/emacsen-install
+++ b/debian/emacsen-install
@@ -8,9 +8,7 @@
 FLAVOR=$1
 PACKAGE=tuareg-mode
 
-case ${FLAVOR} in
-    emacs|emacs21|emacs22|xemacs21) exit 0;
-esac
+if [ ${FLAVOR} = emacs ]; then exit 0; fi
 
 echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR}
 
@@ -31,6 +29,10 @@ FILES=`echo *.el`
 cp ${FILES} ${ELCDIR}
 cd ${ELCDIR}
 
+case ${FLAVOR} in
+    emacs21|emacs22|xemacs21) exit 0;
+esac
+
 cat << EOF > path.el
 (setq load-path (cons "." load-path) byte-compile-warnings nil)
 EOF

-- 
tuareg-mode packaging



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