summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGreyson Christoforo2020-12-05 15:57:23 +0000
committerGreyson Christoforo2020-12-05 15:57:23 +0000
commita83060309189fb1e6ab3f37902a09e84ee543ff7 (patch)
tree09a1a852e840816e5b41849e074697ce10c5d0f9 /PKGBUILD
parent6c274258351a999d3899a15e1d54e9675fbab4bb (diff)
downloadaur-a83060309189fb1e6ab3f37902a09e84ee543ff7.tar.gz
fix comment
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd065cd6a451..d12984a29019 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -59,8 +59,8 @@ prepare() {
# 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 (no longer needed?)
+ #export PATH="/usr/bin:$PATH"
mkdir -p build
cd build