fix comment
This commit is contained in:
parent
6c27425835
commit
a830603091
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
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
|
||||
|
|
Loading…
Reference in a new issue