mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
fix: ubuntu build.
This commit is contained in:
parent
c36801700c
commit
fe0238250a
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ func getSupportedDistribution() string {
|
|||
}
|
||||
}
|
||||
|
||||
if id == "ubuntu" {
|
||||
return id
|
||||
}
|
||||
for main, based := range supportedDists {
|
||||
if main == id || main == id_like {
|
||||
return main
|
||||
|
|
Loading…
Reference in a new issue