summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernandez <hahj87@gmail.com>2011-05-26 11:37:16 -0500
committerJoshua Ismael Haase Hernandez <hahj87@gmail.com>2011-05-26 11:37:16 -0500
commitf117592692d30e65b773d13b6d3415156622f32d (patch)
treefc4e01a5f893fe2fe5a27887227051a5c5b6197a
parent60319e77ba39b9f713dc14dcd1fbb500e39f7325 (diff)
* fullpkg-ng logs deps not found on /log
-rwxr-xr-xfullpkg-ng2
1 files changed, 1 insertions, 1 deletions
diff --git a/fullpkg-ng b/fullpkg-ng
index 7b97209..e963273 100755
--- a/fullpkg-ng
+++ b/fullpkg-ng
@@ -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