Skip to content

Commit

Permalink
Merge pull request dimitri#904 from mjc-/master
Browse files Browse the repository at this point in the history
Fix emms compilation without pre-existing emms dir.
  • Loading branch information
dimitri committed Oct 2, 2012
2 parents c8b9f25 + a8eaf8b commit e1c8131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/emms.rcp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:info "doc"
:load-path ("./lisp")
:features emms-setup
:build `(("mkdir" "-p" ,(format "%s/emms" user-emacs-directory))
:build `(("mkdir" "-p" ,(expand-file-name (format "%s/emms" user-emacs-directory)))
("make" ,(format "EMACS=%s" el-get-emacs)
,(format "SITEFLAG=\\\"--no-site-file -L %s/emacs-w3m/ \\\""
el-get-dir)
Expand Down

0 comments on commit e1c8131

Please sign in to comment.