]> git.ipfire.org Git - people/jschlag/pbs.git/commitdiff
constants: Hold pakfire files in /pub/pakfire
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 21 Oct 2017 13:20:44 +0000 (14:20 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 21 Oct 2017 13:20:44 +0000 (14:20 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/buildservice/constants.py.in

index 7bfc73e1c1aa5d041dfcab83944d1915a8a1e741..51778593e3139c917b46d8ea6c40b8c2f9981764 100644 (file)
@@ -13,7 +13,7 @@ LOCALEDIR    = "@localedir@"
 TEMPLATESDIR = "@templatesdir@"
 STATICDIR    = "@staticdir@"
 
-PAKFIRE_DIR  = "/pakfire"
+PAKFIRE_DIR  = "/pub/pakfire"
 PACKAGES_DIR = os.path.join(PAKFIRE_DIR, "packages")
 BUILD_RELEASE_DIR = os.path.join(PACKAGES_DIR, "release")
 BUILD_SCRATCH_DIR = os.path.join(PACKAGES_DIR, "scratch")