Makefile bug which wrote a wrong path into fg42, fixed\

This commit is contained in:
Sameer Rahmani 2017-04-10 12:15:42 +01:00
parent 001eace86a
commit 4a5b980c35
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ install:
@cp ./config/fg42.user.el ${HOME}/.fg42.el
@echo "Creating the link..."
@echo "#! /bin/sh" > ./fg42
@echo "export FG42_HOME=${HOME}/src/FG42" >> ./fg42
@echo "export FG42_HOME=$(shell pwd)" >> ./fg42
@echo 'emacs --name FG42 --no-site-file --no-site-lisp --no-splash --title FG42 -l $$FG42_HOME/fg42-config.el "$$@"' >> ./fg42
@chmod +x ./fg42
@sudo rm /usr/local/bin/fg42