Minor tweak to info output when verifying/building
This commit is contained in:
parent
3fd1263d80
commit
00561e0736
1 changed files with 1 additions and 1 deletions
|
@ -1021,7 +1021,7 @@ def update_pkg_list(
|
||||||
cleanup_sccache(other_state["chroot"])
|
cleanup_sccache(other_state["chroot"])
|
||||||
|
|
||||||
# check integrity
|
# check integrity
|
||||||
log_print(f"Checking files of {pkg} before building it...")
|
log_print(f'Checking files of "{pkg}" before building it...')
|
||||||
try:
|
try:
|
||||||
subprocess.run(
|
subprocess.run(
|
||||||
("/usr/bin/env", "makepkg", "--verifysource"),
|
("/usr/bin/env", "makepkg", "--verifysource"),
|
||||||
|
|
Loading…
Reference in a new issue