bugfixes! what kind of drunk seafood wrote these?
This commit is contained in:
parent
c1ece2d616
commit
643cc21d3c
2 changed files with 2 additions and 2 deletions
|
@ -319,7 +319,7 @@ def add_package_to_repo(package: Package, arch: str):
|
|||
for file in os.listdir(pkgbuild_dir):
|
||||
# Forced extension by makepkg.conf
|
||||
if file.endswith('.pkg.tar.xz') or file.endswith('.pkg.tar.zst'):
|
||||
return add_file_to_repo(os.path.join(pkgbuild_dir, file), package.repo, arch)
|
||||
add_file_to_repo(os.path.join(pkgbuild_dir, file), package.repo, arch)
|
||||
|
||||
|
||||
def check_package_version_built(package: Package, arch) -> bool:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue