Use /srv/pkgxx instead of /opt/pkgxx
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
with context
|
||||
.distribution = "Alpine"
|
||||
.packageManager = "apk"
|
||||
.packagesDirectory = "/opt/pkgxx/dev"
|
||||
.sourcesDirectory = "/opt/pkgxx/src"
|
||||
.packagesDirectory = "/srv/pkgxx/dev"
|
||||
.sourcesDirectory = "/srv/pkgxx/src"
|
||||
.repositoryManager = "apk"
|
||||
.builder = "Contributor Dev Team"
|
||||
.repositoryDescription = "pkg++ dev repository"
|
||||
|
Reference in New Issue
Block a user