X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=debian%2Frules;h=b04ebf4e5f5e7b8d4c46a8fc3409a74d3197bcd8;hb=f7329b766b496393064a4dd4df2515cbfbb00827;hp=aa877455df10588f2e3b09c834e9623abb47ff97;hpb=713deef64494b66f5b86e11bc32176e3367cc55a;p=freeside.git 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.