mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
More reliable hostname resolution (fix #9)
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user