quiet pushd/popd
This commit is contained in:
parent
e84fc87493
commit
e596f044cc
1 changed files with 2 additions and 2 deletions
|
@ -40,12 +40,12 @@ src_install() {
|
|||
doins share/zsh-init
|
||||
|
||||
if use dotfiles; then
|
||||
pushd dotfiles
|
||||
pushd dotfiles > /dev/null
|
||||
|
||||
einfo "Installing dotfiles."
|
||||
zsh deploy-dotfiles.zsh system "${D}"
|
||||
|
||||
popd
|
||||
popd > /dev/null
|
||||
fi
|
||||
|
||||
insopts -m644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue