move prt-get.aliases to /etc, update version to 5.19.5

This commit is contained in:
Juergen Daubert 2020-10-16 10:27:37 +02:00
parent ac030e3530
commit da6bfb0a60
3 changed files with 3 additions and 3 deletions

2
configure vendored
View File

@ -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

View File

@ -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

View File

@ -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