From: Silvio Rhatto Date: Fri, 13 Apr 2018 00:44:07 +0000 (-0300) Subject: Fix Makefile location X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4fdfdb411f67fa8318fec38a45f9eb9b8798df42;p=templater.git Fix Makefile location --- diff --git a/share/templater/basic/setup b/share/templater/basic/setup index e0a85a8..0ae3148 100755 --- a/share/templater/basic/setup +++ b/share/templater/basic/setup @@ -26,7 +26,7 @@ function templater_basic { touch ChangeLog if [ ! -e 'Makefile' ]; then - cp $SHARE/basic/files/Makefile . + cp $SHARE/templater/files/Makefile . fi else templater_echo "Basic files already set"