mirror of
https://github.com/Luzifer/archrepo.git
synced 2024-11-08 17:40:01 +00:00
Fix cleanup_files target
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
c15c80b132
commit
b371b7af3a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -51,7 +51,7 @@ check_tools:
|
|||
@which vault2env
|
||||
|
||||
cleanup_files:
|
||||
rm -f *.old*
|
||||
rm -f $(REPO_DIR)/*.old*
|
||||
|
||||
cleanup_orphan_signatures:
|
||||
bash -euo pipefail -c 'for i in $(REPO_DIR)/*.sig; do [[ -f $${i//.sig} ]] || rm $${i}; done'
|
||||
|
|
Loading…
Reference in a new issue