X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rt%2FMakefile.in;h=d41633fff999ff1abef1f5ee70ae440b4ec8a740;hb=68fcc90d8e95f1efe0efe07b2f59e5fab2d8c535;hp=2288cfa59fc8153589fbcdae87e04fb6e3470a48;hpb=01352af8e44b7eb70b2b587ca43ab7ca946f038d;p=freeside.git diff --git a/rt/Makefile.in b/rt/Makefile.in index 2288cfa59..d41633fff 100644 --- a/rt/Makefile.in +++ b/rt/Makefile.in @@ -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)/"