diff options
Diffstat (limited to 'repos/core/git/abuild')
| -rw-r--r-- | repos/core/git/abuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/repos/core/git/abuild b/repos/core/git/abuild index 33163907..305842da 100644 --- a/repos/core/git/abuild +++ b/repos/core/git/abuild @@ -1,6 +1,6 @@ name=git version=2.54.0 -release=1 +release=2 source="https://www.kernel.org/pub/software/scm/$name/$name-$version.tar.xz run conf" sv="run conf" @@ -20,3 +20,7 @@ NO_CROSS_DIRECTORY_HARDLINKS=1 NO_INSTALL_HARDLINKS=1 EOF } + +postbuild() { + rm -r $PKG/usr/share/bash-completion/ +} |