summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2015-05-11 16:21:41 -0400
committerJeremy Davis <jeremyd@freeside.biz>2015-05-11 16:21:41 -0400
commit13f2f8abbe7569d07e2d7fec529b15f53979132c (patch)
tree5b3ccd143626bbd618d45f6a4380142a8822cbee /debian
parent43f8c4ca0668a417b86e1ef8d1c15b25097bc8a4 (diff)
Decoupling package builds from host OS
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
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.