X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/9e7bc02530caf94f2eff633129b089d4be26f58a..44cfa90bdc4d814217b05fdc36f1595c9b54d729:/debian/notmuch-emacs.emacsen-install diff --git a/debian/notmuch-emacs.emacsen-install b/debian/notmuch-emacs.emacsen-install index f35ef48e..cce95c34 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} @@ -43,6 +43,6 @@ echo install/${PACKAGE}: byte-compiling for ${FLAVOR} exit 1 fi set -e - gzip -9 Install.log) + gzip -9f Install.log) exit 0;