Make package database path configurable

This commit is contained in:
Martchus 2023-12-16 21:03:49 +01:00
parent ec493b3454
commit 0984cf0d0c
1 changed files with 1 additions and 0 deletions

View File

@ -488,6 +488,7 @@ void ServiceSetup::loadConfigFiles(bool doFirstTimeSetup)
convertValue(iniEntry.second, "pacman_config_file_path", pacmanConfigFilePath);
convertValue(iniEntry.second, "working_directory", workingDirectory);
convertValue(iniEntry.second, "default_arch", defaultArch);
convertValue(iniEntry.second, "db_path", dbPath);
convertValue(iniEntry.second, "max_dbs", maxDbs);
convertValue(iniEntry.second, "package_cache_limit", packageCacheLimit);
}