mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
Fix dumb mistake in recipes/.dir-locals.el
This commit is contained in:
parent
b0d2812d31
commit
27d79c54d8
1 changed files with 2 additions and 2 deletions
|
@ -10,5 +10,5 @@
|
|||
(require 'package-build)))
|
||||
(package-build-minor-mode)
|
||||
(set (make-local-variable 'package-build-working-dir) (expand-file-name "../working/"))
|
||||
(set (make-local-variable 'package-build-archive-dir)) (expand-file-name "../packages/")
|
||||
(set (make-local-variable 'package-build-recipes-dir)) default-directory)))))
|
||||
(set (make-local-variable 'package-build-archive-dir) (expand-file-name "../packages/"))
|
||||
(set (make-local-variable 'package-build-recipes-dir) default-directory))))))
|
||||
|
|
Loading…
Reference in a new issue