make location of buildconf
This commit is contained in:
@@ -15,6 +15,7 @@ var (
|
||||
wwprovisiondir string = "UNDEF"
|
||||
version string = "UNDEF"
|
||||
release string = "UNDEF"
|
||||
wwclientloc string = "UNDEF"
|
||||
)
|
||||
|
||||
func BINDIR() string {
|
||||
@@ -76,3 +77,8 @@ func RELEASE() string {
|
||||
wwlog.Printf(wwlog.DEBUG, "RELEASE = '%s'\n", release)
|
||||
return release
|
||||
}
|
||||
|
||||
func WWCLIENTLOC() string {
|
||||
wwlog.Printf(wwlog.DEBUG, "WWCLIENTLOC = '%s'\n", wwclientloc)
|
||||
return wwclientloc
|
||||
}
|
||||
|
||||
@@ -13,4 +13,5 @@ func init() {
|
||||
wwprovisiondir = "@WWPROVISIONDIR@"
|
||||
version = "@VERSION@"
|
||||
release = "@RELEASE@"
|
||||
wwclientloc = "@WWCLIENTLOC"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user