diff options
Diffstat (limited to 'debian/rules')
-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. |