From 02b82cf9bad4d9a708384fe517fed37ff8fa902e Mon Sep 17 00:00:00 2001 From: simo Date: Mon, 20 Jun 2005 06:55:05 +0000 Subject: Fixed a bug waiting to happen in runGensync --- tupkg/update/tupkgupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tupkg') diff --git a/tupkg/update/tupkgupdate b/tupkg/update/tupkgupdate index c8298cd..7e8c67b 100755 --- a/tupkg/update/tupkgupdate +++ b/tupkg/update/tupkgupdate @@ -294,7 +294,7 @@ def deleteFile(filename): def runGensync(repo, pkgbuild): #target = os.path.join(repo, os.path.basename(repo) + ".db.tar.gz") target = os.path.join(repo, "community.db.tar.gz") - command = "gensync '" + pkgbuild_dir + "' '" + target + "'" + command = "gensync '" + pkgbuild + "' '" + target + "'" return execute(command) ############################################################ -- cgit v1.2.3-54-g00ecf