diff options
author | Leonidas Spyropoulos | 2021-06-18 16:38:32 +0100 |
---|---|---|
committer | Leonidas Spyropoulos | 2021-06-18 16:38:32 +0100 |
commit | cbf156ca0115ea41096382d797fb550c4f1a0acc (patch) | |
tree | df61188aa87235443123ac0f541e1f457f203d95 /PKGBUILD | |
parent | 563f6d07d88c84188e0a88206eee35fa7be10d42 (diff) | |
download | aur-cbf156ca0115ea41096382d797fb550c4f1a0acc.tar.gz |
upgpkg: vim-youcompleteme-git r2813.4df6f35f-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,6 @@ pkgver() { prepare() { cd "${srcdir}"/YouCompleteMe || exit - # TODO refer these submodules into the source array git submodule init third_party/ycmd git config submodule.ycmd.url "$srcdir"/ycmd git submodule update third_party/ycmd @@ -173,5 +172,6 @@ package() { find "${pkgdir}" \( -name .git -or -name 'test*' -or -name 'run_tests.py' \) -exec rm -fr {} + + python -m compileall -d /usr/share/vim/vimfiles "${pkgdir}/usr/share/vim/vimfiles" python -O -m compileall -d /usr/share/vim/vimfiles "${pkgdir}/usr/share/vim/vimfiles" } |