We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f8c1f commit 074f2ceCopy full SHA for 074f2ce
lisp/_prepare.el
@@ -1475,11 +1475,7 @@ ELPA)."
1475
(eask-with-verbosity 'debug
1476
(eask-with-progress
1477
(ansi-blue (format "Generating recipe for package %s... " (ansi-yellow pkg)))
1478
- (progn
1479
- (ignore-errors (make-directory github-elpa-recipes-dir t))
1480
- (with-current-buffer (find-file (expand-file-name pkg github-elpa-recipes-dir))
1481
- (insert (pp-to-string recipe))
1482
- (save-buffer)))
+ (write-region (pp-to-string recipe) nil (expand-file-name pkg github-elpa-recipes-dir))
1483
(ansi-blue "done ✓")))
1484
(setq eask-depends-on-recipe-p t))
1485
recipe))))
0 commit comments