summaryrefslogtreecommitdiffstats
path: root/files/core-functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'files/core-functions.sh')
-rw-r--r--files/core-functions.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/core-functions.sh b/files/core-functions.sh
index 93b11e2..19eebf3 100644
--- a/files/core-functions.sh
+++ b/files/core-functions.sh
@@ -589,7 +589,7 @@ function makelist() {
INPUTLIST=$@
- grep -vE "(^#|^[[:blank:]]*$)" ${CONF}/blacklist | \
+ grep -vE "(^#|^[[:blank:]]*$)" ${ROOT}/${CONF}/blacklist | \
sed -E "
s,^, ,
s,$, ,
@@ -1277,7 +1277,7 @@ Okay - slackpkg won't do anything now, but please, do something to fix it.\n"
}
function blacklist_pkg() {
- echo $SHOWLIST | tr ' ' "\n" >> ${CONF}/blacklist
+ echo $SHOWLIST | tr ' ' "\n" >> ${ROOT}/${CONF}/blacklist
echo -e "\nPackages added to your blacklist.\n\
If you want to remove those packages, edit ${CONF}/blacklist.\n"