From: Jeremy Davis Date: Mon, 11 May 2015 20:21:41 +0000 (-0400) Subject: Decoupling package builds from host OS X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=13f2f8abbe7569d07e2d7fec529b15f53979132c Decoupling package builds from host OS --- 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.