X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=debian%2Frules;h=348720f3c377ade0efb20567f3d6e21e8bc0e7fa;hp=b501904245fb974d8487832655ba2d014e461623;hb=46b2abec94e5f4963b61ed99ffd38f25b12110d5;hpb=627d6da8386f7390025bd9647f01e94e6cab3f5a diff --git a/debian/rules b/debian/rules index b50190424..348720f3c 100755 --- a/debian/rules +++ b/debian/rules @@ -250,7 +250,7 @@ install-stamp: build-stamp install -d $(RT_PATH) install -d $(RT_PATH)/share - ( cd rt; $(MAKE) install ) + ( cd rt; $(MAKE) config-install dirs files-install fixperms instruct ) ##hack the build dir out of RT. yeah, sucky.