diff --git a/recipes/.dir-locals.el b/recipes/.dir-locals.el index 7a1eb685..832ff511 100644 --- a/recipes/.dir-locals.el +++ b/recipes/.dir-locals.el @@ -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))))))