mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user