aboutsummaryrefslogtreecommitdiff
path: root/git/abuild
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-06-23 21:19:49 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-06-23 21:19:49 +0000
commit16e9c957d643ae58057bc0ed9421ad5652da471a (patch)
tree30b587eca282ccb64e6796a994d6dc262b8d069b /git/abuild
parent72a532f1872a2e66306bbb6bc03d6b7c2b2d106d (diff)
downloadalicelinux-16e9c957d643ae58057bc0ed9421ad5652da471a.tar.gz
alicelinux-16e9c957d643ae58057bc0ed9421ad5652da471a.zip
Woodpecker CI 37c01a3e1a45c6311f828746f1a82ed1f093b986 [SKIP CI]core
Diffstat (limited to 'git/abuild')
-rw-r--r--git/abuild6
1 files changed, 5 insertions, 1 deletions
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/
+}