From e7b2de40c6d03f3a5b4fb3906ef826ad169a7cb2 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 30 Jul 2022 18:36:34 +0000 Subject: sysroot is now included in functions themselves --- src/profile.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/profile.sh') diff --git a/src/profile.sh b/src/profile.sh index c2bda20..165bf0a 100755 --- a/src/profile.sh +++ b/src/profile.sh @@ -1,7 +1,7 @@ #!/bin/sh -. /usr/lib/colors.sh -. /usr/lib/glyphs.sh +#include colors.sh +#include glyphs.sh export HBAR_COMPLETE="-c ${GREEN}${BG_DEFAULT}" export HBAR_RED="-c ${BLACK}${BG_RED}" @@ -17,7 +17,7 @@ export REPOS="$(parseconf -v repos)" export SOURCES="$(parseconf sources.*)" export PACKAGES_DIR=$(parseconf -v dir.packages) -export INSTALLED_DIR=${SYSROOT}$(parseconf -v dir.installed) +export INSTALLED_DIR=$(parseconf -v dir.installed) export KEYCHAIN_DIR=$(parseconf -v dir.keychain) export CACHE_DIR=$(parseconf -v dir.cache) -- cgit v1.2.1