X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=debian%2Fnotmuch.emacsen-install;h=67602604b735bfcb213bc4741b1b2c3105565428;hp=2611aed219ae067c7b5382d9fd78ce9bf8691591;hb=4edf37a1d5067197741b8dcb0bdb72ce4c299c05;hpb=3cb3d2c021b5c06bae9757400cc8c6b72db16531 diff --git a/debian/notmuch.emacsen-install b/debian/notmuch.emacsen-install old mode 100644 new mode 100755 index 2611aed2..67602604 --- a/debian/notmuch.emacsen-install +++ b/debian/notmuch.emacsen-install @@ -18,28 +18,22 @@ echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR} #else # SITEFLAG="--no-site-file" #fi -FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile" +#FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile" +FLAGS="--no-site-file -q -batch -l path.el -f batch-byte-compile" ELDIR=/usr/share/emacs/site-lisp/${PACKAGE} ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE} -# Install-info-altdir does not actually exist. -# Maybe somebody will write it. -if test -x /usr/sbin/install-info-altdir; then - echo install/${PACKAGE}: install Info links for ${FLAVOR} - install-info-altdir --quiet --section "" "" --dirname=${FLAVOR} /usr/share/info/${PACKAGE}.info.gz -fi - install -m 755 -d ${ELCDIR} cd ${ELDIR} FILES=`echo *.el` -cp ${FILES} ${ELCDIR} cd ${ELCDIR} +ln -sf ${ELDIR}/${FILES} ${ELCDIR} cat << EOF > path.el (setq load-path (cons "." load-path) byte-compile-warnings nil) EOF ${FLAVOR} ${FLAGS} ${FILES} -rm -f *.el path.el +rm -f path.el exit 0