From 13f2f8abbe7569d07e2d7fec529b15f53979132c Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Mon, 11 May 2015 16:21:41 -0400 Subject: [PATCH] Decoupling package builds from host OS --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.0