Fix paths.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 24 Feb 2015 13:02:14 +0200
changeset 1223 2792a1eb8850
parent 1222 7a33c92b5d47
child 1224 433aa3347a48
Fix paths.
Makefile
--- a/Makefile	Sun Feb 22 18:54:17 2015 +0200
+++ b/Makefile	Tue Feb 24 13:02:14 2015 +0200
@@ -110,10 +110,10 @@
 	mkdir -p $(mylispdir)
 	find $(mylispdir) -type f -name '*.el' -delete
 	for file in .emacs-pre .emacs-post; do \
-		[ -f $(mylispdir)/$$file ] || cp $$file $(mylispdir)/$$file; \
+		[ -f $(emacsdir)/$$file ] || cp $$file $(emacsdir)/$$file; \
 	done
 	cp .emacs $(emacsdir)/init.el
-	cp .emacs-my $(mylispdir)/.emacs-my
+	cp .emacs-my $(emacsdir)/.emacs-my
 	mkdir -p $(HOME)/.gnus/scores
 	cp all.SCORE $(HOME)/.gnus/scores
 	for file in $(EL_FILES); do \