From 04b09eba7ad1218cf2512cdf754b731f04691b34 Mon Sep 17 00:00:00 2001 From: p4bl0 Date: Sat, 24 Jul 2010 03:43:05 +0200 Subject: fixed paths accoring to new directory structure --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 610fd01..4320f7e 100644 --- a/install.sh +++ b/install.sh @@ -40,10 +40,10 @@ fugitive_install() { git config --add --path fugitive.public-dir "." echo "done." echo -n "Writing default template files... " - fugitive_write_template > fugitive/templates/article.html < _templates/article.html < fugitive/templates/archives.html < _templates/archives.html </dev/null + git add _templates/* fugitive.css print.css >/dev/null git commit -m "fugitive inital import" >/dev/null echo "done." echo -n "Preventing git to track temp files... " -- cgit v1.2.3