X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=debian%2Frules;h=36165a4fc7198b60454d2dbb9d4d1def47b88db1;hb=b0a7df36df52eebbc75edca3480a0b697459a187;hp=e7f5bd8a0af5c33a17016a396818c7050a131093;hpb=3079abe640fa977c4c4bd47c3c0713f848da765e;p=freeside.git diff --git a/debian/rules b/debian/rules index e7f5bd8a0..36165a4fc 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.