summaryrefslogtreecommitdiff
path: root/src/profile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/profile.sh')
-rwxr-xr-xsrc/profile.sh6
1 files changed, 3 insertions, 3 deletions
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)