summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pkgdb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkgdb.cpp b/src/pkgdb.cpp
index 48eb279..c80c215 100644
--- a/src/pkgdb.cpp
+++ b/src/pkgdb.cpp
@@ -27,7 +27,7 @@ using namespace std;
const string PkgDB::PKGDB = "/var/lib/pkg/db";
-const string PkgDB::ALIAS_STORE = LOCALSTATEDIR"/lib/pkg/prt-get.aliases";
+const string PkgDB::ALIAS_STORE = SYSCONFDIR"/prt-get.aliases";
/*!
Create a PkgDB object

Generated by cgit