chore(build): minor cosmetic.
This commit is contained in:
parent
effd4ef267
commit
856c425dd5
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue