Minor bug fixed in installation Makefile

This commit is contained in:
Sameer Rahmani 2017-04-08 06:03:18 +04:30
parent 77ff59a6b3
commit 4704bf6ed6
2 changed files with 4 additions and 2 deletions

3
.gitignore vendored
View File

@ -7,5 +7,6 @@ build.log
packages/
lib/magic-buffer.el
assets/
./fg42
./fg42^
fg42
fonts/

View File

@ -7,7 +7,8 @@ install:
@echo "Creating the link..."
@echo "#! /bin/sh" > ./fg42
@echo "export FG42_HOME=${HOME}/src/FG42" >> ./fg42
@echo 'emacs --name FG42 --no-site-file --no-site-lisp --no-splash --title FG42 -l $FG42_HOME/fg42-config.el "$$@"' >> ./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
@sudo ln -s `pwd`/fg42 /usr/local/bin/fg42
@echo "Copying share files..."