Add images, Makefile copies images, chowns
authorJeff Godin <jgodin@tadl.org>
Fri, 20 Jul 2012 17:37:23 +0000 (13:37 -0400)
committerJeff Godin <jgodin@tadl.org>
Fri, 20 Jul 2012 17:37:23 +0000 (13:37 -0400)
Add images dir, and one image within. Teach Makefile to copy
the images into place, and to chown the destinations.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
Makefile
images/logo.png [new file with mode: 0644]

index 70050b3..42537d1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,3 +2,8 @@ install:
        cp -a templates_tadlskin /openils/var
        mkdir -p /openils/var/web/css/skin/tadl/opac/
        cp -a css/* /openils/var/web/css/skin/tadl/opac/
+       mkdir -p /openils/var/web/images/tadl
+       cp -a images/* /openils/var/web/images/tadl/
+       chown -R opensrf:opensrf /openils/var/templates_tadlskin
+       chown -R opensrf:opensrf /openils/var/web/css/skin/tadl
+       chown -R opensrf:opensrf /openils/var/web/images/tadl
diff --git a/images/logo.png b/images/logo.png
new file mode 100644 (file)
index 0000000..fc7b9a9
Binary files /dev/null and b/images/logo.png differ