From 4c195430817d4c4faf5a68393b594c92a977ce07 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Mon, 10 Nov 2014 23:12:47 +0100 Subject: fix building-script --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 7382d66..b95a0dd 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/sh -LOCAL_SERVER='http://localhost/~peter/voc-frontends/31c3/' +LOCAL_SERVER='http://localhost/~peter/voc-frontends/31c3' echo "building scss" scss assets/css/src/lustige-styles.scss assets/css/lustige-styles.css @@ -19,8 +19,8 @@ wget \ --recursive \ --no-parent \ --page-requisites \ - $LOCAL_SERVER \ - $LOCAL_SERVER/404.html + $LOCAL_SERVER/ \ + $LOCAL_SERVER/404.html \ $LOCAL_SERVER/program.json echo "setting -tag" -- cgit v1.2.3