diff options
| author | ivan <ivan> | 2011-04-19 00:23:57 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-04-19 00:23:57 +0000 |
| commit | 71449abb58df547f3c872cd64af733e6d3fa7f81 (patch) | |
| tree | 03c452d9d68db46f43a0833fcd64a209b320b988 /rt/Makefile | |
| parent | 96d552cc782670bfd48b7e6a81ffe3515dffd3e6 (diff) | |
landing 3.8.10 on 2.1 branch
Diffstat (limited to 'rt/Makefile')
| -rw-r--r-- | rt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/Makefile b/rt/Makefile index 2365d927c..6ba9063e1 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -63,7 +63,7 @@ SITE_CONFIG_FILE = $(CONFIG_FILE_PATH)/RT_SiteConfig.pm RT_VERSION_MAJOR = 3 RT_VERSION_MINOR = 8 -RT_VERSION_PATCH = 9 +RT_VERSION_PATCH = 10 RT_VERSION = $(RT_VERSION_MAJOR).$(RT_VERSION_MINOR).$(RT_VERSION_PATCH) TAG = rt-$(RT_VERSION_MAJOR)-$(RT_VERSION_MINOR)-$(RT_VERSION_PATCH) @@ -527,7 +527,7 @@ apachectl: SNAPSHOT=$(shell git describe --tags) snapshot: git archive --prefix "$(SNAPSHOT)/" HEAD | tar -xf - - ( cd $(SNAPSHOT) && autoconf && ./configure ) + ( cd $(SNAPSHOT) && autoconf && PERL=/usr/bin/perl ./configure ) tar -czf "$(SNAPSHOT).tar.gz" "$(SNAPSHOT)/" rm -fr "$(SNAPSHOT)/" |
