Merge branch 'master' of git.freeside.biz:/home/git/freeside
authorIvan Kohler <ivan@freeside.biz>
Tue, 12 May 2015 05:27:26 +0000 (22:27 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 12 May 2015 05:27:26 +0000 (22:27 -0700)
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.