Fix zen ebuild
This commit is contained in:
parent
4cc36cf09a
commit
e6b26776f4
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,8 @@ BDEPEND="dev-vcs/git
|
|||
dev-util/bindgen"
|
||||
|
||||
src_prepare() {
|
||||
git config --global user.email "rr151panda@outlook.com"
|
||||
git config --global user.name "Paddy Milner"
|
||||
npm i || die
|
||||
npm run init || die
|
||||
python ./scripts/update_en_US_packs.py || die
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue