1
0
Fork 0
mirror of https://git.ludikovsky.name/git/fugitive.git synced 2024-06-25 03:25:27 +02:00

fixed paths accoring to new directory structure

This commit is contained in:
p4bl0 2010-07-24 03:43:05 +02:00
parent 3d835a6cba
commit 04b09eba7a

View file

@ -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 <<EOF
fugitive_write_template > _templates/article.html <<EOF
#INCLUDE:article.html#
EOF
fugitive_write_template > fugitive/templates/archives.html <<EOF
fugitive_write_template > _templates/archives.html <<EOF
#INCLUDE:archives.html#
EOF
echo "done."
@ -57,7 +57,7 @@ EOF
echo "done."
fugitive_install_hooks
echo -n "Importing files into git repository... "
git add fugitive/templates/* fugitive.css >/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... "