From 63a5cebd18a9f21c66a7ed93a8dc888c595f85a4 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 4 Feb 2016 11:18:07 -0800 Subject: fix static RT image copy --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index aa877455d..b04ebf4e5 100755 --- a/debian/rules +++ b/debian/rules @@ -266,7 +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/ + cp -r rt/share/static/images ${FREESIDE_DOCUMENT_ROOT}/rt/NoAuth/ ##hack the build dir out of RT. yeah, sucky. -- cgit v1.2.1