diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-12 00:02:56 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-12 00:02:56 +0000 |
| commit | 28322eeffef86fe30e0df400792174a26da085d2 (patch) | |
| tree | bd3869792fc21a1be1d2d82185c922319802b555 /repos/extra/dfc/abuild | |
| parent | 52240c706eefb9e7fb7a9dc2e21a0a10d8cc71a7 (diff) | |
| parent | a09b73ee309c3daef248dd3329805e22005ce895 (diff) | |
| download | alicelinux-28322eeffef86fe30e0df400792174a26da085d2.tar.gz alicelinux-28322eeffef86fe30e0df400792174a26da085d2.zip | |
Merge branch 'main' of https://codeberg.org/emmett1/alicelinux
Diffstat (limited to 'repos/extra/dfc/abuild')
| -rw-r--r-- | repos/extra/dfc/abuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/repos/extra/dfc/abuild b/repos/extra/dfc/abuild index 4729dcb3..4e5464e2 100644 --- a/repos/extra/dfc/abuild +++ b/repos/extra/dfc/abuild @@ -3,3 +3,7 @@ version=3.1.1 release=1 source="https://github.com/rolinh/$name/releases/download/v$version/$name-$version.tar.gz" build_opt="-DSYSCONFDIR=/etc" + +prebuild() { + sed 's/VERSION 2.8.4/VERSION 4.0/' -i CMakeLists.txt +} |