summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-10-28 14:28:39 -0700
committerIvan Kohler <ivan@freeside.biz>2015-10-28 14:28:39 -0700
commit2e584d3f1147ad369eb848020e30fe891a15396a (patch)
tree8ce0e14a7636f5397418ee976db866efc8f5ca25 /debian/rules
parent320d85eb78bededdd5c2446f8b4c211aa2961381 (diff)
fix week expand / collapse images under RT 4.2, RT#34237, RT#13852
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index a7f2b72d0..e7f5bd8a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -266,6 +266,7 @@ install-stamp: build-stamp
install -d $(RT_PATH)/share
( cd rt; $(MAKE) config-install dirs files-install fixperms instruct )
+ cp -r ${RT_PATH}/share/static/images ${FREESIDE_DOCUMENT_ROOT}/rt/NoAuth/
##hack the build dir out of RT. yeah, sucky.