commit 09d5d5b

chld  ·  2026-09-13 02:38:13 +0000 UTC
parent b7c8fd3
error if a package isnt found
1 files changed,  +1, -0
+1, -0
1@@ -166,6 +166,7 @@
2 
3 (define (build-pkg pkg)
4   (pmsg pkg "beginning build")
5+  (chdir "/ports")
6   (system*
7    "sh" (format #f "~a/ndmake.sh" (find-pkg pkg))
8    "make"