From 869e2efcb9bf62aa8d7a5eaa994ee6487e95aa96 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Thu, 20 Aug 2015 11:24:02 +0200 Subject: use mkdir -p in postinst to create the flavour specific dir. dh_elpa using packages will need to be rebuilt. --- emacsen-common/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacsen-common/install b/emacsen-common/install index 46c13e9..d24e6a5 100755 --- a/emacsen-common/install +++ b/emacsen-common/install @@ -34,7 +34,7 @@ EMACSLOADPATH="/usr/share/emacs/site-lisp:" echo install/${ELPA_PACKAGE}: byte-compiling for ${FLAVOR} -[ -d ${elc_dir} ] || mkdir ${elc_dir} +[ -d ${elc_dir} ] || mkdir -p ${elc_dir} # Create symlinks to the .el files (see section 6E in debian-emacs # polcy). This makes complation easy, and also allows find-function -- cgit v1.2.3