From: Jeff Godin Date: Fri, 20 Jul 2012 17:37:23 +0000 (-0400) Subject: Add images, Makefile copies images, chowns X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=67a0cd5d6576af7ecbe49114f0357704be243e8d;p=evergreen%2Ftadl.git Add images, Makefile copies images, chowns 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 --- diff --git a/Makefile b/Makefile index 70050b3fd4..42537d1ed6 100644 --- 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 index 0000000000..fc7b9a9b7b Binary files /dev/null and b/images/logo.png differ