From 6c274258351a999d3899a15e1d54e9675fbab4bb Mon Sep 17 00:00:00 2001 From: Greyson Christoforo Date: Sat, 5 Dec 2020 14:18:36 +0000 Subject: [PATCH] fix a typo --- PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index d3735c6..cd065cd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -56,10 +56,12 @@ pkgver() { prepare() { cd FreeCAD - # fix a build error + # patch out a build error #curl -L "https://github.com/FreeCAD/FreeCAD/pull/2842/commits/095984fce44931a4c8e2ace269d45a62640fbfb4.patch" | patch -p1 - # OpenCascade requires that /bin comes before /usr/bin in $PATH export PATH="/usr/bin:$PATH" + # OpenCascade requires that /bin comes before /usr/bin in $PATH + export PATH="/usr/bin:$PATH" + mkdir -p build cd build cmake -Wno-dev .. \