From 1df73da7fa2eac53cf1f1b546b2e24aeaf415a86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sat, 27 Mar 2021 20:38:51 +0000 Subject: [PATCH] coreutils-6.10: catm->touch --- sysa/coreutils-6.10/coreutils-6.10.sh | 4 ++-- 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 index a06d65b..64e3328 100755 --- 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() {