summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarak A. Pearlmutter <barak+git@cs.nuim.ie>2010-12-12 14:55:36 +0000
committerBarak A. Pearlmutter <barak+git@cs.nuim.ie>2011-03-12 16:16:11 +0000
commite81b4181807b68af2c4412807a53af4acd2877c9 (patch)
treeabc89f2c964e70bb87dcb4fcaaa3424b9f7f2269
parent0fcee526086deeb3bac1c859bbf9f57b09972581 (diff)
minor grammatical corrections (bbdb/bbdb.emacsen-install)
-rwxr-xr-xdebian/bbdb.emacsen-install10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/bbdb.emacsen-install b/debian/bbdb.emacsen-install
index 9f3c5a7..ba90185 100755
--- a/debian/bbdb.emacsen-install
+++ b/debian/bbdb.emacsen-install
@@ -80,7 +80,7 @@ case "${FLAVOR}" in
if [ $FLAVOR != xemacs20 -a $FLAVOR != xemacs21 ]; then
echo "(provide 'bbdb-autoloads)" >> lisp/bbdb-autoloads.el
fi
- echo "Byte-compiling bbdb. This takes looooooong..."
+ echo "Byte-compiling bbdb..."
make $TARGETS EMACS_PROG=${FLAVOR} \
VMDIR=/usr/share/${FLAVOR}/site-lisp/vm \
GNUSDIR=${GNUSDIR} \
@@ -95,13 +95,13 @@ case "${FLAVOR}" in
EOF
if [ ! -e ${ELCDIR}/bbdb-gnus.elc ]; then
echo "*** installing not-compiled bbdb-gnus.el ***" >> $LOG
- echo "install -m 644 ${ELDIR}/lisp/bbdb-gnus.el ${ELCDIR}" >> $LOG
- install -m 644 ${ELDIR}/lisp/bbdb-gnus.el ${ELCDIR}
+ echo "install -m 644 ${ELDIR}/lisp/bbdb-gnus.el ${ELCDIR}/" >> $LOG
+ install -m 644 ${ELDIR}/lisp/bbdb-gnus.el ${ELCDIR}/
fi
# a hack to fix #179821, #210248, #233904
- # If bbdb gets installed before vm then the bbdb doesnt have the bbdb-vm compiled....
- install -m 644 ${ELDIR}/lisp/bbdb-vm.el ${ELCDIR}
+ # If bbdb is installed before vm, then bbdb does not have bbdb-vm compiled....
+ install -m 644 ${ELDIR}/lisp/bbdb-vm.el ${ELCDIR}/
# make -k clean >> $LOG
mv $LOG ${ELCDIR}/CompilationLog