From 2953f5e8f13cc4c6aca99f013f6177e61aecfb35 Mon Sep 17 00:00:00 2001 From: pav Date: Sun, 29 Jul 2007 19:27:48 +0000 Subject: - Log the failure to copy dependant package from pointyhat --- Tools/portbuild/scripts/portbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tools') diff --git a/Tools/portbuild/scripts/portbuild b/Tools/portbuild/scripts/portbuild index 0d61b36fcffc..8e9067fe57cd 100755 --- a/Tools/portbuild/scripts/portbuild +++ b/Tools/portbuild/scripts/portbuild @@ -285,7 +285,7 @@ while [ $# -gt 0 ]; do # Test for copy failure and bail if [ ! -f ${chroot}/tmp/depends/$1 ]; then - echo "ERROR: Couldn't copy $1" + echo "ERROR: Couldn't copy $1" | tee -a ${chroot}/tmp/${pkgname}.log bailout ${chroot} ${clean} 255 ${pkgname} fi fi -- cgit