[freeside-commits] branch FREESIDE_3_BRANCH updated. 46b2abec94e5f4963b61ed99ffd38f25b12110d5
Jeremy Davis
jeremyd at 420.am
Mon May 11 13:22:44 PDT 2015
The branch, FREESIDE_3_BRANCH has been updated
via 46b2abec94e5f4963b61ed99ffd38f25b12110d5 (commit)
from 627d6da8386f7390025bd9647f01e94e6cab3f5a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 46b2abec94e5f4963b61ed99ffd38f25b12110d5
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Mon May 11 16:22:32 2015 -0400
Decoupling package builds from host OS
diff --git a/debian/rules b/debian/rules
index b501904..348720f 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.
-----------------------------------------------------------------------
Summary of changes:
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list