build: set default ABI to abi4.

This commit is contained in:
Alexandre Pujol 2024-10-02 16:44:15 +01:00
parent 59ac54e2fc
commit 344ccf3003
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 6 additions and 2 deletions

View file

@ -72,7 +72,6 @@ func Prebuild() {
flag.Usage()
return
}
logging.Step("Building apparmor.d profiles for %s.", prebuild.Distribution)
if full {
prepare.Register("fsp")
@ -111,6 +110,7 @@ func Prebuild() {
configure.OneFile = true
}
logging.Step("Building apparmor.d profiles for %s on ABI%d.", prebuild.Distribution, prebuild.ABI)
if err := Prepare(); err != nil {
logging.Fatal("%s", err.Error())
}