* install.el (install-elisp-modules): Do not make DEST directory
[elisp/apel.git] / install.el
index 04c026a..775c259 100644 (file)
            (princ (format "%s -> %s\n" elc-file dest))))))))
 
 (defun install-elisp-modules (modules src dest &optional just-print)
-  (or (file-exists-p dest)
+  (or just-print
+      (file-exists-p dest)
       (make-directory dest t))
   (mapcar
    (function