diff options
| author | ivan <ivan> | 2009-03-21 23:34:36 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2009-03-21 23:34:36 +0000 |
| commit | 4f0ecf07491b52f0f7feeaf0d65c15353e83b668 (patch) | |
| tree | 6fbaefb296bfe4fac4e217eb402094d2635285d7 /Makefile | |
| parent | 5895d57715ec81a225d2bacbca254c98060174eb (diff) | |
adding local checking on 1.7, RT#4610
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -198,6 +198,10 @@ perl-modules: s|%%%FREESIDE_EXPORT%%%|${FREESIDE_EXPORT}|g;\ " blib/lib/FS/part_export/*.pm;\ perl -p -i -e "\ + s/%%%SELFSERVICE_USER%%%/${SELFSERVICE_USER}/g;\ + s/%%%SELFSERVICE_MACHINES%%%/${SELFSERVICE_MACHINES}/g;\ + " blib/lib/FS/Cron/*.pm;\ + perl -p -i -e "\ s|%%%FREESIDE_CONF%%%|${FREESIDE_CONF}|g;\ s|%%%FREESIDE_LOG%%%|${FREESIDE_LOG}|g;\ s|%%%FREESIDE_LOCK%%%|${FREESIDE_LOCK}|g;\ |
