fixed devtool paths

This commit is contained in:
Giovanni Harting 2023-05-21 20:23:58 +02:00
parent 2a7aef16a6
commit 3344848dc0

View File

@ -20,8 +20,8 @@ import (
)
const (
pacmanConf = "/usr/share/devtools/pacman-extra.conf"
makepkgConf = "/usr/share/devtools/makepkg-x86_64.conf"
pacmanConf = "/usr/share/devtools/pacman.conf.d/extra.conf"
makepkgConf = "/usr/share/devtools/makepkg.conf.d/x86_64.conf"
logDir = "logs"
pristineChroot = "root"
buildDir = "build"