about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xgal2
1 files changed, 1 insertions, 1 deletions
diff --git a/gal b/gal
index 29a67ed..c81308e 100755
--- a/gal
+++ b/gal
@@ -23,7 +23,7 @@ TITLE=${TITLE:-$(basename $OUTPUT)}
 mkdir -p $2/{photos,thumbs}
 
 ## Generate index.html menu file
-cp style.css $OUTPUT
+cat style.css > $OUTPUT/style.css
 echo "Generating index.html"
 
 cat > $OUTPUT/index.html <<EOF