doing lua functions for build files, to run only in afero.FS
This commit is contained in:
6
internal/build/specs.go
Normal file
6
internal/build/specs.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package build
|
||||
|
||||
const (
|
||||
BinDir = "/usr/bin"
|
||||
SymLinkBinDir = "/bin"
|
||||
)
|
||||
Reference in New Issue
Block a user