mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Fix build for Ubuntu 14.04
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
775795c8fa
commit
6e21928719
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ clone.done: $(filter-out $(UNAVAILABLE_TARGETS),$(SSH_WRAPPER_SH))
|
|||
list-files:
|
||||
@for p in $(PROJECTS); do \
|
||||
$(LIST_VCS_FILES) -znf $$p | sed -z "s/^/$$p\//" | \
|
||||
xargs -0 realpath --relative-to=. ;\
|
||||
xargs -0 realpath ;\
|
||||
done
|
||||
|
||||
list-text-files:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue