mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 00:24:51 +00:00
depot: preserve timestamps in source packages of Noux applications
Fixes #2680
This commit is contained in:
parent
accc7e7521
commit
70112d29da
@ -7,8 +7,8 @@ PORT_DIR := $(call port_dir,$(REP_DIR)/ports/coreutils)
|
||||
|
||||
src/noux-pkg/coreutils:
|
||||
mkdir -p $@
|
||||
cp -r $(PORT_DIR)/src/noux-pkg/coreutils/* $@
|
||||
cp -r $(addprefix $(REP_DIR)/,$(COREUTILS_SRC)) $@
|
||||
cp -a $(PORT_DIR)/src/noux-pkg/coreutils/* $@
|
||||
cp -a $(addprefix $(REP_DIR)/,$(COREUTILS_SRC)) $@
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/src/noux-pkg/coreutils/COPYING $@
|
||||
|
@ -4,8 +4,8 @@ PORT_DIR := $(call port_dir,$(REP_DIR)/ports/e2fsprogs)
|
||||
|
||||
src/noux-pkg/e2fsprogs:
|
||||
mkdir -p $@
|
||||
cp -r $(PORT_DIR)/src/noux-pkg/e2fsprogs/* $@
|
||||
cp -r $(REP_DIR)/src/noux-pkg/e2fsprogs/* $@
|
||||
cp -a $(PORT_DIR)/src/noux-pkg/e2fsprogs/* $@
|
||||
cp -a $(REP_DIR)/src/noux-pkg/e2fsprogs/* $@
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/src/noux-pkg/e2fsprogs/COPYING $@
|
||||
|
@ -7,8 +7,8 @@ PORT_DIR := $(call port_dir,$(REP_DIR)/ports/vim)
|
||||
|
||||
src/noux-pkg/vim:
|
||||
mkdir -p $@
|
||||
cp -r $(PORT_DIR)/src/noux-pkg/vim/* $@
|
||||
cp -r $(addprefix $(REP_DIR)/,$(VIM_SRC)) $@
|
||||
cp -a $(PORT_DIR)/src/noux-pkg/vim/* $@
|
||||
cp -a $(addprefix $(REP_DIR)/,$(VIM_SRC)) $@
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/src/noux-pkg/vim/runtime/doc/uganda.txt $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user