summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-13 17:08:27 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-13 17:08:27 +0100
commite5f47857c1b5c0e22bc0771c578fc807375aa36b (patch)
treeae4738472f86a3cabb8f9c11fe39ea258c12d32e
parent5f39c9aaec9113b964655066a563e95461c3fb64 (diff)
downloadtrove-setup-e5f47857c1b5c0e22bc0771c578fc807375aa36b.tar.gz
fix paths for substitutions
-rwxr-xr-xbins/trove-early-setup5
1 files changed, 3 insertions, 2 deletions
diff --git a/bins/trove-early-setup b/bins/trove-early-setup
index a593183..0e8f304 100755
--- a/bins/trove-early-setup
+++ b/bins/trove-early-setup
@@ -7,8 +7,9 @@ USERS := git lorry cache
substitutions-done: /etc/trove-setup.sed hostname-not-baserock
sed -f /etc/trove-setup.sed \
- /usr/share/gitano/skel/gitano-admin/*/*.{lua,lace} \
- etc/cgitrc etc/gitano-setup.clod
+ /usr/share/gitano/skel/gitano-admin/*/*.lace \
+ /usr/share/gitano/skel/gitano-admin/*/*.lua \
+ /etc/cgitrc /etc/gitano-setup.clod
/etc/trove-setup.sed:
@echo "You need to create $@ to continue."