fix check()

This commit is contained in:
Grey Christoforo 2021-11-14 18:29:38 +01:00
parent b193551445
commit 880ae77dc6
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = freecad-git
pkgdesc = A general purpose 3D CAD modeler - git checkout
pkgver = 0.20.0.r1934.g9f2dd4a363
pkgver = 0.20.0.r2110.g414f4d706e
pkgrel = 1
epoch = 0
url = https://www.freecadweb.org/

View file

@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name at last name dot net>
pkgname=freecad-git
pkgver=0.20.0.r1934.g9f2dd4a363
pkgver=0.20.0.r2110.g414f4d706e
pkgrel=1
epoch=0
pkgdesc='A general purpose 3D CAD modeler - git checkout'
@ -111,7 +111,7 @@ check() {
cd FreeCAD
unset PATH_TO_FREECAD_LIBDIR
cd build_dir
bin/FreeCADCmd --console --run-test 0
LD_LIBRARY_PATH=lib bin/FreeCADCmd --console --run-test 0
}
package() {