From cf60dddb3ba70a9499ae77bafa8367064a3c5e1f Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 10 May 2011 23:22:58 +0000 Subject: replace missing RT scrips on upgrade, #9569 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 660f64961..2036c681a 100644 --- a/Makefile +++ b/Makefile @@ -196,6 +196,7 @@ perl-modules: s|%%%FREESIDE_CACHE%%%|${FREESIDE_CACHE}|g;\ s'%%%FREESIDE_DOCUMENT_ROOT%%%'${FREESIDE_DOCUMENT_ROOT}'g; \ s'%%%RT_ENABLED%%%'${RT_ENABLED}'g; \ + s'%%%RT_PATH%%%'${RT_PATH}'g; \ s'%%%MASONDATA%%%'${MASONDATA}'g;\ " blib/lib/FS/*.pm;\ perl -p -i -e "\ -- cgit v1.2.1