logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 1df73da7fa2eac53cf1f1b546b2e24aeaf415a86
parent aa31fbc95b76afe356fa96882061138c1c1c9f1e
Author: Andrius Štikonas <andrius@stikonas.eu>
Date:   Sat, 27 Mar 2021 20:38:51 +0000

coreutils-6.10: catm->touch

Diffstat:

Msysa/coreutils-6.10/coreutils-6.10.sh4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sysa/coreutils-6.10/coreutils-6.10.sh b/sysa/coreutils-6.10/coreutils-6.10.sh @@ -14,8 +14,8 @@ src_prepare() { mv getdate.tab.c getdate.c cd .. - catm config.h - catm lib/configmake.h + touch config.h + touch lib/configmake.h } src_compile() {