diff options
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 +} |