More reliable hostname resolution (fix #9)
This commit is contained in:
parent
9b30f8aee9
commit
68f8bc028b
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -1,5 +1,7 @@
|
||||||
|
HOSTNAME=`emacs --batch --eval '(message "%s" (system-name))' 2>&1`
|
||||||
|
|
||||||
EMACS=emacs
|
EMACS=emacs
|
||||||
CACHE_DIR="private/cache/`hostname`/"
|
CACHE_DIR="private/cache/$(HOSTNAME)/"
|
||||||
REPO_URL="https://github.com/hlissner"
|
REPO_URL="https://github.com/hlissner"
|
||||||
|
|
||||||
all: install
|
all: install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue