diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-27 23:48:53 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-27 23:48:53 +0200 |
commit | 3ccd9ab9bee609b7563d3a7d3ee65ffe1bebdd20 (patch) | |
tree | cb633c6db5dde844dcf9dc079057ce2415ba2f33 /bin | |
parent | c78453011b490029637893e83a4444d7fbd9b6a3 (diff) |
oops2
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |