Merge pull request #1953 from conchyliculture/fix-vimdefaults
Fix vim defaults file
This commit is contained in:
commit
562fde16fc
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ pre_makeinstall_target() {
|
|||
post_makeinstall_target() {
|
||||
(
|
||||
mv ${INSTALL}/storage/.config/vim/vim/vimrc_example.vim ${INSTALL}/usr/config/vim/vimrc
|
||||
mv ${INSTALL}/storage/.config/vim/vim/defaults.vim ${INSTALL}/usr/config/vim/defaults.vim
|
||||
rm -r ${INSTALL}/storage/
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue