Decoupling package builds from host OS
authorJeremy Davis <jeremyd@freeside.biz>
Mon, 11 May 2015 20:21:41 +0000 (16:21 -0400)
committerJeremy Davis <jeremyd@freeside.biz>
Mon, 11 May 2015 20:21:41 +0000 (16:21 -0400)
debian/rules

index b501904..348720f 100755 (executable)
@@ -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.