diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-05-11 22:27:26 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-05-11 22:27:26 -0700 |
commit | 191a9fb439b8ed15fdcd458dd51f5890dbf60f29 (patch) | |
tree | 756d10556e059fd5935cb21f5e94559b321eb775 | |
parent | 7ef4359e182c1621b233ff3507f2898812ec7727 (diff) | |
parent | 13f2f8abbe7569d07e2d7fec529b15f53979132c (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index b50190424..348720f3c 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. |