Use /srv/pkgxx instead of /opt/pkgxx

This commit is contained in:
2018-08-05 11:21:37 +02:00
parent 4e0ce8aa77
commit fadf5fa93c
3 changed files with 6 additions and 6 deletions

View File

@ -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"