Bah, use the correct variable for PATH and fix previous.

--HG--
extra : convert_revision : 7d6324e3bff7dbd8fd898ae6b145e343afca9f84
This commit is contained in:
Juan RP 2008-09-27 00:20:54 +02:00
parent e8944276b1
commit a8bb291a08
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ build_pkg_from_source()
fetch_source_distfiles
build_pkg
export PATH="${_save_path}"
export PATH="$save_path"
}
#