diff options
| author | Emmett1 <me@emmett1.my> | 2026-04-04 05:35:46 +0000 |
|---|---|---|
| committer | Emmett1 <me@emmett1.my> | 2026-04-04 05:35:46 +0000 |
| commit | 50b960673d33d149039981c0c3b1b7b7caaa50c6 (patch) | |
| tree | 8788eea786b7438de55e8b1af129aa66e68ba7bb /repos/core/git/abuild | |
| parent | a020df1f22a12b97cf32d91ea7a9a60406fd0533 (diff) | |
| download | alicelinux-50b960673d33d149039981c0c3b1b7b7caaa50c6.tar.gz alicelinux-50b960673d33d149039981c0c3b1b7b7caaa50c6.zip | |
git: added git service
Diffstat (limited to 'repos/core/git/abuild')
| -rw-r--r-- | repos/core/git/abuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/repos/core/git/abuild b/repos/core/git/abuild index 41324546..f1c29996 100644 --- a/repos/core/git/abuild +++ b/repos/core/git/abuild @@ -1,7 +1,9 @@ name=git version=2.53.0 -release=1 -source="https://www.kernel.org/pub/software/scm/$name/$name-$version.tar.xz" +release=2 +source="https://www.kernel.org/pub/software/scm/$name/$name-$version.tar.xz + run conf" +sv="run conf" build_type=configure_build prebuild() { |