summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'segget/segget.cpp')
-rw-r--r--segget/segget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/segget/segget.cpp b/segget/segget.cpp
index 5fcc987..b06e147 100644
--- a/segget/segget.cpp
+++ b/segget/segget.cpp
@@ -45,7 +45,7 @@ int load_pkgs(){
try{
ifstream json_pkg_list_file;
try{
- json_pkg_list_file.open("pkg.list");
+ json_pkg_list_file.open((settings.pkg_list_dir+"pkg.list").c_str());
}catch(...){
error_log("Error: Can't open pkg.list file");
return 1;