diff --git a/nfpm.go b/nfpm.go index 389df03..0225b9a 100644 --- a/nfpm.go +++ b/nfpm.go @@ -135,6 +135,7 @@ type Info struct { Vendor string `yaml:"vendor,omitempty"` Homepage string `yaml:"homepage,omitempty"` License string `yaml:"license,omitempty"` + Bindir string `yaml:"bindir,omitempty"` // Deprecated: this does nothing. TODO: remove. Target string `yaml:"-"` }