depot: preserve timestamps in src/bash

This commit is contained in:
Norman Feske 2017-11-02 15:32:50 +01:00 committed by Christian Helmuth
parent 593fe2a571
commit bd18152d32
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ PORT_DIR := $(call port_dir,$(REP_DIR)/ports/bash)
src/noux-pkg/bash:
mkdir -p $@
cp -r $(PORT_DIR)/src/noux-pkg/bash/* $@
cp -r $(REP_DIR)/src/noux-pkg/bash/* $@
cp -a $(PORT_DIR)/src/noux-pkg/bash/* $@
cp -a $(REP_DIR)/src/noux-pkg/bash/* $@
LICENSE:
cp $(PORT_DIR)/src/noux-pkg/bash/COPYING $@