X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=debian%2Fnotmuch-emacs.emacsen-install;h=bcfdbb8a581b9e475014d27185dd75f717945cdf;hb=7a20f26f919a5c30fc53a7cf6f8dd4fbc08dd409;hp=f35ef48e66e611aea45c8c04e98ff8af3d1ba976;hpb=9e7bc02530caf94f2eff633129b089d4be26f58a;p=notmuch diff --git a/debian/notmuch-emacs.emacsen-install b/debian/notmuch-emacs.emacsen-install index f35ef48e..bcfdbb8a 100755 --- a/debian/notmuch-emacs.emacsen-install +++ b/debian/notmuch-emacs.emacsen-install @@ -31,7 +31,7 @@ echo install/${PACKAGE}: byte-compiling for ${FLAVOR} # Create symlinks to the .el files (see section 6E in debian-emacs # polcy). This makes complation easy, and also allows find-function # and find-library to work properly. -(cd ${elc_dir} && cp -s ${el_dir}/*.el .) +(cd ${elc_dir} && ln -sf ${el_dir}/*.el .) # Byte compile them (cd ${elc_dir}