From c92f1c258a00027efa1660320556c198172617d4 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 18 May 2021 00:37:29 +0000 Subject: [PATCH] community/seamonkey: fix --- community/seamonkey/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/seamonkey/PKGBUILD b/community/seamonkey/PKGBUILD index 40948a93f..6302bd80c 100644 --- a/community/seamonkey/PKGBUILD +++ b/community/seamonkey/PKGBUILD @@ -64,7 +64,7 @@ EOF [[ $CARCH != "aarch64" ]] && echo "ac_add_options --disable-elf-hack" >> .mozconfig LDFLAGS+=" -Wl,--no-keep-memory -Wl,--reduce-memory-overheads" - patch -p2 -d mozilla -i "${srcdir}"/xulrunner-27.0-build-arm.patch + patch -p2 -i "${srcdir}"/xulrunner-27.0-build-arm.patch } build() {