tFix typo preventing cascading builds - mkports - recipes for building multiple softwares with mk(1)
(HTM) git clone git://z3bra.org/mkports
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit 9c7f2b2d18e1470fed4433389e733228e9c4e907
(DIR) parent 120effd2d326df2e337b41a6b094d3298e61b76c
(HTM) Author: Willy <willyatmailoodotorg>
Date: Tue, 7 Jun 2016 23:14:14 +0200
Fix typo preventing cascading builds
Diffstat:
M mkfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/mkfile b/mkfile
t@@ -20,7 +20,7 @@ all:QV: ${ALL}
NPROC = 1
%:V:
if ! pm -i $stem 2>/dev/null >/dev/null; then
- for d in $prereq; do pm -af $${REPO}/$d#*.tar.bz2; done
+ for d in $prereq; do pm -af ${REPO}/$d#*.tar.bz2; done
cd $stem
env -i PATH=$PATH mk
env -i PATH=$PATH mk clean