summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2015-08-20 11:24:02 +0200
committerDavid Bremner <david@tethera.net>2015-08-20 11:24:02 +0200
commit869e2efcb9bf62aa8d7a5eaa994ee6487e95aa96 (patch)
tree4756126afea909f3926d04781d161103cb49a7dd
parentbd99239ed5732a381f67094e1a3e16015d348b88 (diff)
use mkdir -p in postinst to create the flavour specific dir.
dh_elpa using packages will need to be rebuilt.
-rwxr-xr-xemacsen-common/install2
1 files changed, 1 insertions, 1 deletions
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