mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 04:52:26 +00:00
fixed default build dir creation in the default prefix.
This commit is contained in:
parent
96ea8bddc5
commit
a52c3efa8e
3 changed files with 48 additions and 18 deletions
|
|
@ -71,7 +71,11 @@ VAR
|
|||
builddir, cmd, srcPath: StringList.pstring;
|
||||
res: INTEGER;
|
||||
BEGIN
|
||||
builddir := vpkEnv.mkBldDir(prefix);
|
||||
IF prefix # "" THEN
|
||||
builddir := vpkEnv.mkBldDir(prefix)
|
||||
ELSE
|
||||
builddir := vpkEnv.mkdefBldDir();
|
||||
END;
|
||||
depTree := resolve(package);
|
||||
IF a THEN ask END;
|
||||
i := 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue