mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10177] Add -f -
to tar command to build packages with bsdtar.
PHPBB3-10177
This commit is contained in:
parent
3a70cb478c
commit
129f70bf95
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@
|
|||
-->
|
||||
<target name="export">
|
||||
<exec dir="phpBB"
|
||||
command="git archive ${revision} | tar -x -C ../${dir}"
|
||||
command="git archive ${revision} | tar -xf - -C ../${dir}"
|
||||
checkreturn="true" />
|
||||
<delete file="${dir}/config.php" />
|
||||
<delete dir="${dir}/develop" />
|
||||
|
|
Loading…
Add table
Reference in a new issue