[ticket/10177] Add -f - to tar command to build packages with bsdtar.

PHPBB3-10177
This commit is contained in:
Oleg Pudeyev 2011-05-07 22:30:23 -04:00
parent 3a70cb478c
commit 129f70bf95

View file

@ -133,7 +133,7 @@
--> -->
<target name="export"> <target name="export">
<exec dir="phpBB" <exec dir="phpBB"
command="git archive ${revision} | tar -x -C ../${dir}" command="git archive ${revision} | tar -xf - -C ../${dir}"
checkreturn="true" /> checkreturn="true" />
<delete file="${dir}/config.php" /> <delete file="${dir}/config.php" />
<delete dir="${dir}/develop" /> <delete dir="${dir}/develop" />