Add to buildessential, add concurrent-ruby (#7505)

* Add to buildessential, add concurrent-ruby

* don't error out on timestamp during tar extract

* bump buildessential version

* update packages.yaml
This commit is contained in:
Satadru Pramanik
2022-10-16 18:25:57 -04:00
committed by GitHub
parent d5a84d0c6c
commit 6aa3ea0273
4 changed files with 84 additions and 2 deletions

View File

@@ -244,7 +244,7 @@ function extract_install () {
;;
esac
echo_intra "Installing ${1} ..."
tar cpf - ./*/* | (cd /; tar xp --keep-directory-symlink -f -)
tar cpf - ./*/* | (cd /; tar xp --keep-directory-symlink -m -f -)
mv ./dlist "${CREW_CONFIG_PATH}/meta/${1}.directorylist"
mv ./filelist "${CREW_CONFIG_PATH}/meta/${1}.filelist"
}