mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-22 21:25:43 -05:00
packages/cli: cmd_check(): add noextract PKGBUILD field
This commit is contained in:
parent
7945a4756f
commit
dbc512ee3f
1 changed files with 1 additions and 0 deletions
|
@ -377,6 +377,7 @@ def cmd_check(paths):
|
||||||
commit_key: is_git_package,
|
commit_key: is_git_package,
|
||||||
source_key: False,
|
source_key: False,
|
||||||
sha256sums_key: False,
|
sha256sums_key: False,
|
||||||
|
'noextract': False,
|
||||||
}
|
}
|
||||||
pkgbuild_path = os.path.join(config.get_path('pkgbuilds'), package.path, 'PKGBUILD')
|
pkgbuild_path = os.path.join(config.get_path('pkgbuilds'), package.path, 'PKGBUILD')
|
||||||
with open(pkgbuild_path, 'r') as file:
|
with open(pkgbuild_path, 'r') as file:
|
||||||
|
|
Loading…
Add table
Reference in a new issue