diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-02-19 02:52:01 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-02-19 02:52:01 -0600 |
commit | dd72ad399c69875b14703e9086f8cedb88acb518 (patch) | |
tree | 8da035ae74cd995cfd4529be71b811ca937c28f2 /debian | |
parent | bc977024d700876278824d2556c8d6201ad71334 (diff) | |
parent | efb3f4ff4890d19c2877600cf3a27ad77a45ee70 (diff) |
Merge branch 'FREESIDE_3_BRANCH_34237' into FREESIDE_3_BRANCH
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..36165a4fc 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/share/static/images ${FREESIDE_DOCUMENT_ROOT}/rt/NoAuth/ ##hack the build dir out of RT. yeah, sucky. |