MercurialWebTheme

Changeset

24:7e8dc67bc2a1
2010-07-16 Paul Boddie raw files shortlog changelog graph Fixed static destination directory reference.
insttheme (file)
     1.1 --- a/insttheme	Fri Jul 16 01:19:41 2010 +0200
     1.2 +++ b/insttheme	Fri Jul 16 01:21:02 2010 +0200
     1.3 @@ -11,5 +11,5 @@
     1.4  mkdir -p $1/mercurialweb
     1.5  cp themes/mercurialweb/map $1/mercurialweb/
     1.6  cp themes/mercurialweb/*.tmpl $1/mercurialweb/
     1.7 -cp themes/mercurialweb/static/*.css $1/mercurialweb/static/
     1.8 -cp themes/mercurialweb/static/*.png $1/mercurialweb/static/
     1.9 +cp themes/mercurialweb/static/*.css $1/static/
    1.10 +cp themes/mercurialweb/static/*.png $1/static/