mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Fixed a bug waiting to happen in runGensync
This commit is contained in:
parent
09517611f6
commit
02b82cf9ba
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ def deleteFile(filename):
|
||||||
def runGensync(repo, pkgbuild):
|
def runGensync(repo, pkgbuild):
|
||||||
#target = os.path.join(repo, os.path.basename(repo) + ".db.tar.gz")
|
#target = os.path.join(repo, os.path.basename(repo) + ".db.tar.gz")
|
||||||
target = os.path.join(repo, "community.db.tar.gz")
|
target = os.path.join(repo, "community.db.tar.gz")
|
||||||
command = "gensync '" + pkgbuild_dir + "' '" + target + "'"
|
command = "gensync '" + pkgbuild + "' '" + target + "'"
|
||||||
return execute(command)
|
return execute(command)
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
|
|
Loading…
Add table
Reference in a new issue