diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2015-10-28 14:28:38 -0700 |
|---|---|---|
| committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-02-03 17:44:25 -0600 |
| commit | 3079abe640fa977c4c4bd47c3c0713f848da765e (patch) | |
| tree | 236c4a9bc03604e3271b91e4186b9cb764b6f9f9 /debian | |
| parent | 619e2c1c6efa76eb266fb21572c16297cc22326a (diff) | |
fix week expand / collapse images under RT 4.2, RT#34237, RT#13852
Diffstat (limited to 'debian')
| -rwxr-xr-x | debian/rules | 1 |
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. |
