summaryrefslogtreecommitdiffstats
path: root/db-move
diff options
context:
space:
mode:
Diffstat (limited to 'db-move')
-rwxr-xr-xdb-move4
1 files changed, 0 insertions, 4 deletions
diff --git a/db-move b/db-move
index e1a50bd..de81e85 100755
--- a/db-move
+++ b/db-move
@@ -7,15 +7,11 @@ fi
. "$(dirname $0)/db-functions"
-source_makepkg
-
packagebase="$1"
repofrom="$2"
repoto="$3"
_arch="$4"
-export CARCH="$_arch"
-
ftppath_from="$FTP_BASE/$repofrom/os/"
ftppath_to="$FTP_BASE/$repoto/os/"
svnrepo_from="$repofrom-$_arch"