aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rwxr-xr-xshare/templater/basic/setup2
1 files changed, 1 insertions, 1 deletions
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"