summaryrefslogtreecommitdiffstats
path: root/db-update
diff options
context:
space:
mode:
Diffstat (limited to 'db-update')
-rwxr-xr-xdb-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-update b/db-update
index 0973bf3..82d2e25 100755
--- a/db-update
+++ b/db-update
@@ -236,7 +236,7 @@ for current_arch in ${ARCHES[@]}; do
fi
done
fi
- if ! /bin/cp "$WORKDIR/build/$reponame.db"* "$ftppath/"; then
+ if ! /bin/cp "$WORKDIR/build/$reponame$DBEXT" "$ftppath/"; then
die "failed to move repository $reponame-$current_arch".
fi
else