Skip to content

Commit

Permalink
Fix for newer Cask directory hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
syohex committed Jul 9, 2016
1 parent aa2cff0 commit b6972af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export EMACS ?= emacs

BINDIR ?= bin

ELPA_DIR = \
.cask/$(shell ${EMACS} -Q --batch --eval '(princ emacs-version)')/elpa
ELPA_DIR = $(shell EMACS=$(EMACS) $(CASK) package-directory)

# See: cask-elpa-dir

VIRTUAL_EMACS = ${CASK} exec ${EMACS} -Q \
Expand Down

0 comments on commit b6972af

Please sign in to comment.