diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-23 00:39:08 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-23 00:39:08 +0800 |
| commit | 02de3ec10afcaf2c7d67d2f5863da577c79b0926 (patch) | |
| tree | 214bcee08abe5a6677f761227babfb818fa26460 /repos/core/git/abuild | |
| parent | b50d9a23b57050943f8f5dddbf5e1ed4aeb1e65b (diff) | |
| download | alicelinux-02de3ec10afcaf2c7d67d2f5863da577c79b0926.tar.gz alicelinux-02de3ec10afcaf2c7d67d2f5863da577c79b0926.zip | |
git: fix abuild
Diffstat (limited to 'repos/core/git/abuild')
| -rw-r--r-- | repos/core/git/abuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repos/core/git/abuild b/repos/core/git/abuild index 6c50440f..ff6e091d 100644 --- a/repos/core/git/abuild +++ b/repos/core/git/abuild @@ -2,6 +2,7 @@ name=git version=2.48.1 release=1 source="https://www.kernel.org/pub/software/scm/$name/$name-$version.tar.xz" +build_type=configure_build prebuild() { cat > config.mak <<EOF |