mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-23 14:30:39 +01:00
Fix: Tried to purge on first download without jw-build present
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
a93758c99c
commit
9370121c65
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ clean-all-dirs:
|
||||||
make clean-dirs
|
make clean-dirs
|
||||||
|
|
||||||
purge: $(SSH_WRAPPER_SH)
|
purge: $(SSH_WRAPPER_SH)
|
||||||
ifneq ($(wildcard CVS),)
|
ifneq ($(PURGE_SH),/bin/bash purge-not-found)
|
||||||
$(PURGE_SH)
|
$(PURGE_SH)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue