Fix broken sysinstall check.
This commit is contained in:
parent
78dc4171c3
commit
a55324b884
@ -1,7 +1,12 @@
|
||||
|
||||
|
||||
SYSINSTALL=../../../../release/sysinstall/sysinstall
|
||||
NOCRYPT?=yes
|
||||
.if exists(../../../../release/sysinstall/sysinstall)
|
||||
SYSINSTALL= ../../../../release/sysinstall/sysinstall
|
||||
.else
|
||||
SYSINSTALL= ../../../../release/sysinstall/obj/sysinstall
|
||||
.endif
|
||||
|
||||
NOCRYPT?= yes
|
||||
|
||||
all: ${SYSINSTALL} crunch
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user