[freeside-commits] branch master updated. 13f2f8abbe7569d07e2d7fec529b15f53979132c
Jeremy Davis
jeremyd at 420.am
Mon May 11 13:22:03 PDT 2015
The branch, master has been updated
via 13f2f8abbe7569d07e2d7fec529b15f53979132c (commit)
from 43f8c4ca0668a417b86e1ef8d1c15b25097bc8a4 (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 13f2f8abbe7569d07e2d7fec529b15f53979132c
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Mon May 11 16:21:41 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