From 16e9c957d643ae58057bc0ed9421ad5652da471a Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Tue, 23 Jun 2026 21:19:49 +0000 Subject: Woodpecker CI 37c01a3e1a45c6311f828746f1a82ed1f093b986 [SKIP CI] --- git/.files | 3 --- git/abuild | 6 +++++- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'git') diff --git a/git/.files b/git/.files index 32d897d4..37622542 100644 --- a/git/.files +++ b/git/.files @@ -217,9 +217,6 @@ drwxr-xr-x root/root usr/libexec/git-core/mergetools/ -rw-r--r-- root/root usr/libexec/git-core/mergetools/xxdiff -rwxr-xr-x root/root usr/libexec/git-core/scalar drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/bash-completion/ -drwxr-xr-x root/root usr/share/bash-completion/completions/ --rw-r--r-- root/root usr/share/bash-completion/completions/git drwxr-xr-x root/root usr/share/git-core/ drwxr-xr-x root/root usr/share/git-core/templates/ -rw-r--r-- root/root usr/share/git-core/templates/description diff --git a/git/abuild b/git/abuild index 33163907..305842da 100644 --- a/git/abuild +++ b/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/ +} -- cgit v1.2.3