From 4f687f7ca0acd9b83b7d79d162c01bdb2dfedb10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sun, 23 May 2021 21:23:53 +0100 Subject: [PATCH] Remove amhello-1.0.tar.gz. --- sysa/automake-1.10.3/automake-1.10.3.sh | 2 ++ sysa/automake-1.11.2/automake-1.11.2.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sysa/automake-1.10.3/automake-1.10.3.sh b/sysa/automake-1.10.3/automake-1.10.3.sh index 81782f9..87a7cb8 100755 --- a/sysa/automake-1.10.3/automake-1.10.3.sh +++ b/sysa/automake-1.10.3/automake-1.10.3.sh @@ -5,6 +5,8 @@ src_prepare() { default + rm doc/amhello-1.0.tar.gz + ./bootstrap } diff --git a/sysa/automake-1.11.2/automake-1.11.2.sh b/sysa/automake-1.11.2/automake-1.11.2.sh index 63a0bd8..452b66b 100755 --- a/sysa/automake-1.11.2/automake-1.11.2.sh +++ b/sysa/automake-1.11.2/automake-1.11.2.sh @@ -5,6 +5,8 @@ src_prepare() { default + rm doc/amhello-1.0.tar.gz + ./bootstrap }