From 72a409fb89cce29c8ee73c27f0d0f9dccdec7cfc Mon Sep 17 00:00:00 2001 From: Trent Buck Date: Thu, 27 Oct 2005 17:27:00 +0000 Subject: debian/emms.emacs-install: Leave symlinks in bytecode dir for find-library/function/variable. darcs-hash:20051027172739-8f417-989397150707d7252d25a8c2af2b7c928a045eaf.gz --- debian/emms.emacsen-install | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/emms.emacsen-install b/debian/emms.emacsen-install index cbbab73..382eed7 100755 --- a/debian/emms.emacsen-install +++ b/debian/emms.emacsen-install @@ -33,13 +33,15 @@ fi install -m 755 -d ${ELCDIR} cd ${ELDIR} FILES=`echo *.el` -cp ${FILES} ${ELCDIR} cd ${ELCDIR} +for i in ${FILES}; do + ln -fs "/usr/share/emacs/site-lisp/${PACKAGE}/${i}" +done 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 -- cgit v1.2.3