diff options
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | src/pkgdb.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -2585,7 +2585,7 @@ fi # Define the identity of the package. PACKAGE=prt-get - VERSION=5.19.4 + VERSION=5.19.5 cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index 2b6e84e..a6ab6f7 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_INIT AC_CONFIG_SRCDIR([src/prtget.cpp]) -AM_INIT_AUTOMAKE(prt-get,5.19.4) +AM_INIT_AUTOMAKE(prt-get,5.19.5) dnl Determine default prefix 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 |