mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-03-14 03:25:15 +01:00
debian: Fix broken symlinking of emacs lisp files.
This broke when we changed from a single notmuch.el file to multiple notmuch-foo.el files.
This commit is contained in:
parent
dfbec15b23
commit
ba8ee48dcb
1 changed files with 4 additions and 2 deletions
6
debian/notmuch.emacsen-install
vendored
6
debian/notmuch.emacsen-install
vendored
|
@ -28,12 +28,14 @@ install -m 755 -d ${ELCDIR}
|
|||
cd ${ELDIR}
|
||||
FILES=`echo *.el`
|
||||
cd ${ELCDIR}
|
||||
ln -sf ${ELDIR}/${FILES} ${ELCDIR}
|
||||
for file in ${FILES}; do
|
||||
ln -sf ${ELDIR}/${file} .
|
||||
done
|
||||
|
||||
cat << EOF > path.el
|
||||
(setq load-path (cons "." load-path) byte-compile-warnings nil)
|
||||
EOF
|
||||
${FLAVOR} ${FLAGS} ${FILES}
|
||||
rm -f path.el
|
||||
rm -f *.el
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Reference in a new issue