From b63482c9259bc88afdd9ec3645e003eb6ae8d96a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 28 Jun 2008 14:20:34 +0200 Subject: bin/pkg: pkg_list_available: Fixed typo --- bin/pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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... -- cgit v1.2.3