fixed devtool paths
This commit is contained in:
4
utils.go
4
utils.go
@@ -20,8 +20,8 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
pacmanConf = "/usr/share/devtools/pacman-extra.conf"
|
pacmanConf = "/usr/share/devtools/pacman.conf.d/extra.conf"
|
||||||
makepkgConf = "/usr/share/devtools/makepkg-x86_64.conf"
|
makepkgConf = "/usr/share/devtools/makepkg.conf.d/x86_64.conf"
|
||||||
logDir = "logs"
|
logDir = "logs"
|
||||||
pristineChroot = "root"
|
pristineChroot = "root"
|
||||||
buildDir = "build"
|
buildDir = "build"
|
||||||
|
|||||||
Reference in New Issue
Block a user