From 3ccd9ab9bee609b7563d3a7d3ee65ffe1bebdd20 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 27 Jun 2008 23:48:53 +0200 Subject: oops2 --- bin/pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/pkg') diff --git a/bin/pkg b/bin/pkg index a0f58ae..f830567 100755 --- a/bin/pkg +++ b/bin/pkg @@ -326,7 +326,7 @@ pkg_remove () { pkg_update () { cd $PDIR if ([ "$PKG_PROTO" = 'ssh' ]) { - scp $PKG_HOST:$(echo $PKG_ROOT | cut -d / -f 4- | sed 's!~/!!')/.list .remote-list + scp $PKG_HOST:$(echo $PKG_ROOT | cut -d / -f 4- | sed 's!~/!!')/.list .list-remote } elif ([ "$PKG_PROTO" = 'file' ]) { cp $PKG_ROOT/.list .list-remote } -- cgit v1.2.3