diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2015-05-11 16:22:32 -0400 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2015-05-11 16:22:32 -0400 |
commit | 46b2abec94e5f4963b61ed99ffd38f25b12110d5 (patch) | |
tree | 511bf259aace67b8f632ce963f7062389ffb5bbc | |
parent | 627d6da8386f7390025bd9647f01e94e6cab3f5a (diff) |
Decoupling package builds from host OS
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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. |