]> gitweb.fluxo.info Git - templater.git/commitdiff
Fix Makefile location
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 13 Apr 2018 00:44:07 +0000 (21:44 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 13 Apr 2018 00:44:07 +0000 (21:44 -0300)
share/templater/basic/setup

index e0a85a8f5a75b15ea48eb04a49b13ce242f1b5a6..0ae314880a80c68c277079757a4677c267ff4e48 100755 (executable)
@@ -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"