# HG changeset patch # User Oleksandr Gavenko # Date 1424819179 -7200 # Node ID 613aa3cc60b80040cf76ebf9087eb926e09a5025 # Parent 433aa3347a48910e66200d076c849c367607c749 Fix paths. diff -r 433aa3347a48 -r 613aa3cc60b8 Makefile --- a/Makefile Tue Feb 24 13:49:44 2015 +0200 +++ b/Makefile Wed Feb 25 01:06:19 2015 +0200 @@ -102,8 +102,8 @@ .PHONY: install-all install-all: install - cp .emacs-pre $(mylispdir)/.emacs-pre - cp .emacs-post $(mylispdir)/.emacs-post + cp .emacs-pre $(emacsdir)/.emacs-pre + cp .emacs-post $(emacsdir)/.emacs-post .PHONY: install install: