summary refs log tree commit diff
path: root/manage.el
blob: 62c6c527fff5b057d3db08c292afacae7611977d (plain)
1
2
3
4
5
6
7
8
9
(add-to-list 'load-path (expand-file-name "./vendor/package-build"))

(require 'package-build)

(setq package-build-recipes-dir "/home/crazazy/recipes/"
      package-build-archive-dir "/home/crazazy/private_html/elpa")

(package-build-all)