commit: 4f687f7ca0acd9b83b7d79d162c01bdb2dfedb10
parent f9f951f3a93376ce37e66ac24198e979ef148258
Author: Andrius Štikonas <andrius@stikonas.eu>
Date: Sun, 23 May 2021 21:23:53 +0100
Remove amhello-1.0.tar.gz.
Diffstat:
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git 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
@@ -5,6 +5,8 @@
src_prepare() {
default
+ rm doc/amhello-1.0.tar.gz
+
./bootstrap
}