summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index d1445ab..0dc1c0c 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -387,7 +387,7 @@ pkg_list_installed () {
}
pkg_list_available () {
- cut -d ' ' -f 1 $PDIT/.list-remote
+ cut -d ' ' -f 1 $PDIR/.list-remote
}
# Local modifications should not be overseen...