fix(build): ensure tests work.
This commit is contained in:
parent
b88b8b8c26
commit
cf7ce9603e
7 changed files with 17 additions and 7 deletions
|
|
@ -26,7 +26,7 @@ var (
|
|||
SystemdDir *paths.Path = paths.New("systemd")
|
||||
|
||||
// DebianDir is the directory where the debian specific files are stored
|
||||
DebianDir *paths.Path = DistDir.Join("debian")
|
||||
DebianDir *paths.Path = paths.New("debian")
|
||||
|
||||
// Either or not overwrite some upstreamed profile
|
||||
Overwrite = Overwriter{Enabled: false}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue