X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2FMakefile.in;h=4bd512a7e886f1dba1e719a8c5240816cd1e588f;hp=43c414ebb0365b7f230d149163ae841602422598;hb=75162bb14b3e38d66617077843f4dfdcaf09d5c4;hpb=fc6209f398899f0211cfcedeb81a3cd65e04a941 diff --git a/rt/Makefile.in b/rt/Makefile.in index 43c414ebb..4bd512a7e 100644 --- a/rt/Makefile.in +++ b/rt/Makefile.in @@ -526,7 +526,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)/"