summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-27 23:48:53 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-27 23:48:53 +0200
commit3ccd9ab9bee609b7563d3a7d3ee65ffe1bebdd20 (patch)
treecb633c6db5dde844dcf9dc079057ce2415ba2f33
parentc78453011b490029637893e83a4444d7fbd9b6a3 (diff)
oops2
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
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
}