# HG changeset patch # User Paul Boddie # Date 1279236062 -7200 # Node ID 7e8dc67bc2a1768431dbb6b987fa76883ff1b58b # Parent f42b7c281c80a6056d9549676d94fcef33330172 Fixed static destination directory reference. diff -r f42b7c281c80 -r 7e8dc67bc2a1 insttheme --- a/insttheme Fri Jul 16 01:19:41 2010 +0200 +++ b/insttheme Fri Jul 16 01:21:02 2010 +0200 @@ -11,5 +11,5 @@ mkdir -p $1/mercurialweb cp themes/mercurialweb/map $1/mercurialweb/ cp themes/mercurialweb/*.tmpl $1/mercurialweb/ -cp themes/mercurialweb/static/*.css $1/mercurialweb/static/ -cp themes/mercurialweb/static/*.png $1/mercurialweb/static/ +cp themes/mercurialweb/static/*.css $1/static/ +cp themes/mercurialweb/static/*.png $1/static/