depot: preserve timestamps in source packages of Noux applications

Fixes #2680
This commit is contained in:
Christian Prochaska 2018-02-13 16:24:05 +01:00 committed by Norman Feske
parent accc7e7521
commit 70112d29da
3 changed files with 6 additions and 6 deletions

View File

@ -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 $@

View File

@ -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 $@

View File

@ -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 $@