Bah, use the correct variable for PATH and fix previous.
--HG-- extra : convert_revision : 7d6324e3bff7dbd8fd898ae6b145e343afca9f84
This commit is contained in:
parent
e8944276b1
commit
a8bb291a08
1 changed files with 1 additions and 1 deletions
2
pkgfs.sh
2
pkgfs.sh
|
@ -341,7 +341,7 @@ build_pkg_from_source()
|
|||
fetch_source_distfiles
|
||||
build_pkg
|
||||
|
||||
export PATH="${_save_path}"
|
||||
export PATH="$save_path"
|
||||
}
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue