diff options
author | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-26 11:37:16 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-26 11:37:16 -0500 |
commit | f117592692d30e65b773d13b6d3415156622f32d (patch) | |
tree | fc4e01a5f893fe2fe5a27887227051a5c5b6197a | |
parent | 60319e77ba39b9f713dc14dcd1fbb500e39f7325 (diff) |
* fullpkg-ng logs deps not found on /log
-rwxr-xr-x | fullpkg-ng | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -160,7 +160,7 @@ function find_deps { [ $? -eq 20 ] && return 20 popd > /dev/null } && break 1 # found, go to next dep - echo "dep_not_found:$_dep" >> $tempdir/log + echo "dep_not_found:$_dep" >> $build_dir/log done done unset next_level dir |