| create a patch |
| cd /srv/www/domis-art.ch/gallery |
| diff -u [old-source] [new-source] > [destination] |
| diff -u skins/black/css/screen.css~ skins/black/css/screen.css > /root/patches/domis-art_gallery.patch |
| |
| patch the gallery |
| cd /srv/www/domis-art.ch/gallery |
| patch -p0 < /root/patches/domis-art_gallery.patch |