mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 22:30:59 +02:00
zero-system: vim needs it's tempdir
This commit is contained in:
parent
e3938da3e5
commit
66f30183c4
1 changed files with 3 additions and 0 deletions
|
|
@ -79,13 +79,16 @@ src_install() {
|
|||
insinto /home/zero
|
||||
newins "${FILESDIR}"/zshrc .zshrc
|
||||
newins "${FILESDIR}"/vimrc .vimrc
|
||||
keepdir /home/zero/.vim-scratch
|
||||
fi
|
||||
insinto /root
|
||||
newins "${FILESDIR}"/zshrc .zshrc
|
||||
newins "${FILESDIR}"/vimrc .vimrc
|
||||
keepdir /root/.vim-scratch
|
||||
insinto /etc/skel
|
||||
newins "${FILESDIR}"/zshrc .zshrc
|
||||
newins "${FILESDIR}"/vimrc .vimrc
|
||||
keepdir /etc/skel/.vim-scratch
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
Loading…
Reference in a new issue