Fix up checksums + other fixes

This commit is contained in:
fosslinux 2022-02-23 20:59:57 +11:00
parent e7c39af4b9
commit 9543a47f1b
110 changed files with 387 additions and 231 deletions

View file

@ -2,9 +2,9 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
checksum=ef579e5f53689bd5facdd93fd9573785b4778fd18a739932fb0fd91c1bddde18
src_prepare() {
default
rm configure standards.info autoconf.info
touch autoconf.info
autoconf-2.52
@ -21,5 +21,5 @@ src_compile() {
}
src_install() {
make install MAKEINFO=true DESTDIR="${DESTDIR}"
make MAKEINFO=true DESTDIR="${DESTDIR}" install
}