From f155ccb2a8f9f40bfac6571e0fb85c7c4075bfbd Mon Sep 17 00:00:00 2001 From: Ella Stanforth Date: Sat, 23 Apr 2022 16:07:26 +0000 Subject: [PATCH] libffi: fix build --- base/libffi/build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/base/libffi/build.sh b/base/libffi/build.sh index 53d3dd4..24e0100 100644 --- a/base/libffi/build.sh +++ b/base/libffi/build.sh @@ -31,3 +31,7 @@ license() { cd $pkgname-$pkgver cat LICENSE } + +backup() { + return +}