From dbc7e5b78a8fad011f8759dcb5e419c101429244 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 3 Apr 2018 15:16:05 +0200 Subject: bin/ii-connect: use correct config file --- bin/ii-connect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ii-connect') diff --git a/bin/ii-connect b/bin/ii-connect index bb775a9..4050bd0 100755 --- a/bin/ii-connect +++ b/bin/ii-connect @@ -94,7 +94,7 @@ if [ "$1" = 'watch' ]; then p ' "${out_file}" | \ while read -r line; do - if ! reason=$(pkgfile "${line}"); then + if ! reason=$(pkgfile -C "${base_dir}/conf/pkgfile.pacman32.conf" "${line}"); then reason="Huh, I don't know that one." fi if [ "$(echo "${reason}" | wc -l)" -le 5 ]; then -- cgit v1.2.3