[build] adding --no-same-owner explicitly when untarring the data files for #267

This commit is contained in:
Al
2017-11-01 20:05:33 -04:00
parent bb277fb326
commit 669e52b329

View File

@@ -133,7 +133,7 @@ download_file() {
for subdir in $subdirs; do
rm -rf $data_dir/$subdir;
done
tar -xvzf $local_path -C $data_dir;
tar -xvzf $local_path --no-same-owner -C $data_dir;
rm $local_path;
else
echo "libpostal $name up to date"