mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
listfiles.mk: Fix cpio --directory option
cpio -D doesn't mean the same thing for different versions of cpio, --directory does, so use that Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
9b41d4eefc
commit
d84260a2ad
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ tar-files:
|
||||||
@$(LIST_VCS_FILES) $(TOPDIR) -f | xargs tar -C $(TOPDIR) -cf -
|
@$(LIST_VCS_FILES) $(TOPDIR) -f | xargs tar -C $(TOPDIR) -cf -
|
||||||
|
|
||||||
cpio-files:
|
cpio-files:
|
||||||
@$(LIST_VCS_FILES) $(TOPDIR) -f | cpio -D $(TOPDIR) -o -H newc
|
@$(LIST_VCS_FILES) $(TOPDIR) -f | cpio --directory=$(TOPDIR) -o -H newc
|
||||||
|
|
||||||
endif # ifndef LIST_FILES_MK_INCLUDED
|
endif # ifndef LIST_FILES_MK_INCLUDED
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue