chore(build): minor cosmetic.

This commit is contained in:
Alexandre Pujol 2024-10-06 20:15:13 +01:00
parent effd4ef267
commit 856c425dd5
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 4 additions and 4 deletions

View file

@ -10,10 +10,10 @@ var (
// AppArmor ABI version
ABI uint = 0
// Root is the root directory for the build
// Root is the root directory for the build (default: .build)
Root *paths.Path = paths.New(".build")
// RootApparmord is the final built apparmor.d directory
// RootApparmord is the final built apparmor.d directory (default: .build/apparmor.d)
RootApparmord *paths.Path = Root.Join("apparmor.d")
// DistDir is the directory where the distribution specific files are stored