Merge pull request #708 from alanpearce/9f095692

Updated org-mode recipe to build on BSD
This commit is contained in:
Ryan Thompson 2012-04-07 12:24:38 -07:00
commit f72296c8f8

View File

@ -4,6 +4,10 @@
:type git
:url "git://orgmode.org/org-mode.git"
:info "doc"
:build/berkeley-unix `,(mapcar
(lambda (target)
(list "gmake" target (concat "EMACS=" (shell-quote-argument el-get-emacs))))
'("clean" "all"))
:build `,(mapcar
(lambda (target)
(list "make" target (concat "EMACS=" (shell-quote-argument el-get-emacs))))