diff options
-rwxr-xr-x | tupkg/update/tupkgupdate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tupkg/update/tupkgupdate b/tupkg/update/tupkgupdate index c8298cdc..7e8c67bd 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) ############################################################ |