fix a typo
This commit is contained in:
parent
8e815abd19
commit
6c27425835
1 changed files with 4 additions and 2 deletions
6
PKGBUILD
6
PKGBUILD
|
@ -56,10 +56,12 @@ pkgver() {
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd FreeCAD
|
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
|
#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
|
mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
cmake -Wno-dev .. \
|
cmake -Wno-dev .. \
|
||||||
|
|
Loading…
Reference in a new issue