Git-based package source layout #193

Merged
anonfunc merged 3 commits from git-migration into main 2023-05-21 20:28:23 +02:00
Showing only changes of commit 3344848dc0 - Show all commits

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"