Skip to content

Commit

Permalink
Update the ui.jquery to reflect that the patch must be applied to bot…
Browse files Browse the repository at this point in the history
…h the wind and admin_wind themes.
  • Loading branch information
Tim Almdal committed Jun 23, 2010
1 parent cb1568c commit 99c567e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui.themeroller/README
Expand Up @@ -23,7 +23,8 @@ $ git status modified
# want should get added to the filters in refresh_modified.sh and
# run it again.
$ git commit -m "Updated ui.jquery to version <VERSION_NUMBER>"
$ git format-patch --stdout HEAD~1 | patch -d ../../gallery3/lib/themeroller -p3
$ git format-patch --stdout HEAD~1 | patch -d ../../gallery3/themes/admin_wind/css/themeroller -p3
$ git format-patch --stdout HEAD~1 | patch -d ../../gallery3/themes/wind/css/themeroller -p3
$ git push

$ cd ../../gallery3
Expand Down

0 comments on commit 99c567e

Please sign in to comment.