From 036b4dba06406e1633653049943f1f225eaecc4c Mon Sep 17 00:00:00 2001 From: Joan Figueras Date: Thu, 12 Sep 2019 21:45:56 +0200 Subject: [PATCH] best POSIX invocation --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index f2695b41c5be4..d59a08d543c6a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -47,7 +47,7 @@ prepare() { sed -e "s/^FFMINOR.*/FFMINOR=${pkgver:(-3):(-2)}/g" -i makeicecat sed -e "s/^FFSUB.*/FFSUB=${pkgver:(5)}/g" -i makeicecat rm -rf output # Clean output just in case is already an old build there - sh makeicecat + bash makeicecat cd output/icecat-${pkgver} # Patch to move files directly to /usr/lib/icecat. No more symlinks.