From 8d3a83a20a57cd505b2f98a542903a3aee0c2b45 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 29 Apr 2018 12:57:33 +0200 Subject: Change sibs cache directory to standard one, remove library archive when it has been extracted --- include/PackageVersion.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/PackageVersion.hpp b/include/PackageVersion.hpp index 99f8342..1d966fd 100644 --- a/include/PackageVersion.hpp +++ b/include/PackageVersion.hpp @@ -8,16 +8,16 @@ namespace sibs /* * Different package version syntax: * ANY: "major.minor.patch" (xxx.xxx.xxx) - * Checks for package in several different places. First pkg-config, then local lib dir (~/.sibs/lib), then git/server. + * Checks for package in several different places. First pkg-config, then local lib dir (~/.cache/sibs/lib), then git/server. * Example: "2.1.002" * GIT: "branch:revision" * Checks for package in any of the configures git servers (default: github). * Example: "master:HEAD" * LATEST: "latest" - * Checks for package in several different places. First git/server then pkg-config then local lib dir (~/.sibs/lib). + * Checks for package in several different places. First git/server then pkg-config then local lib dir (~/.cache/sibs/lib). * * - * GIT and LATEST first check if local lib (~/.sibs/lib) contains latest version by comparing the revision to remote revision. + * GIT and LATEST first check if local lib (~/.cache/sibs/lib) contains latest version by comparing the revision to remote revision. */ class PackageVersion { -- cgit v1.2.3