git » openscad.git » commit 1ae41a7

Todo List: Removed makepkg subroutine

author Morten Linderud
2020-10-23 20:54:15 UTC
committer Morten Linderud
2020-10-23 20:54:15 UTC
parent 790c7349c925335602a4e73d40710b4da124fad3

Todo List: Removed makepkg subroutine

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 6c4294f..bea1d1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,7 +45,7 @@ check() {
     # pkgconfig weirdness
     #sed -i 's/-lmpfr/& -lX11/' CMakeFiles/openscad_nogui.dir/link.txt 
     make
-    msg "Running headless tests..."
+    echo "Running headless tests..."
     ctest -R 'dumptest|csgtexttest|csgtermtest|openscad-nonascii|openscad-override'
     # echotest is buggy on i686, check again next release
 }