summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-02-19 02:52:01 -0600
committerJonathan Prykop <jonathan@freeside.biz>2016-02-19 02:52:01 -0600
commitdd72ad399c69875b14703e9086f8cedb88acb518 (patch)
tree8da035ae74cd995cfd4529be71b811ca937c28f2 /debian
parentbc977024d700876278824d2556c8d6201ad71334 (diff)
parentefb3f4ff4890d19c2877600cf3a27ad77a45ee70 (diff)
Merge branch 'FREESIDE_3_BRANCH_34237' into FREESIDE_3_BRANCH
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index a7f2b72..36165a4 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.