Fix so Warewulf can build and lint without make config
This commit is contained in:
16
internal/pkg/buildconfig/setconfigs.go.in
Normal file
16
internal/pkg/buildconfig/setconfigs.go.in
Normal file
@@ -0,0 +1,16 @@
|
||||
package buildconfig
|
||||
|
||||
func init() {
|
||||
BINDIR = "@BINDIR@"
|
||||
SYSCONFDIR = "@SYSCONFDIR@"
|
||||
LOCALSTATEDIR = "@LOCALSTATEDIR@"
|
||||
SRVDIR = "@SRVDIR@"
|
||||
TFTPDIR = "@TFTPDIR@"
|
||||
FIREWALLDDIR = "@FIREWALLDDIR@"
|
||||
SYSTEMDDIR = "@SYSTEMDDIR@"
|
||||
WWOVERLAYDIR = "@WWOVERLAYDIR@"
|
||||
WWCHROOTDIR = "@WWCHROOTDIR@"
|
||||
WWPROVISIONDIR = "@WWPROVISIONDIR@"
|
||||
VERSION = "@VERSION@"
|
||||
RELEASE = "@RELEASE@"
|
||||
}
|
||||
Reference in New Issue
Block a user