summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2004-04-09 22:33:19 +0000
committerivan <ivan>2004-04-09 22:33:19 +0000
commited8a6d06b1ed8b13132898d3b05c8b81d63d1038 (patch)
tree84b2d37ad246af1321e52285750ea43f5cd12f39 /Makefile
parent7db53b9364a0f78620f156d7c511facf57343e3d (diff)
properly disable RT where not using
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b99206c27..5c7f15537 100644
--- a/Makefile
+++ b/Makefile
@@ -228,7 +228,7 @@ create-rt: configure-rt
" ${RT_PATH}/etc/RT_SiteConfig.pm
install-rt:
- [ ${RT_ENABLED} ] && cd rt; make install
+ [ ${RT_ENABLED} -eq 1 ] && cd rt; make install
clean:
rm -rf aspdocs masondocs