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 82d4693..7576280 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -324,7 +324,7 @@ pkg_update () {
if ([ "$PKG_PROTO" = 'ssh' ]) {
scp $PKG_HOST:$(echo $PKG_ROOT | cut -d / -f 4- | sed 's!~/!!')/.list .remote-list
} elif ([ "$PKG_PROTO" = 'file' ]) {
- cp $PKG_ROOT/.links .
+ cp $PKG_ROOT/.list .
}
core/include/pkglist $PDIR
}