diff options
author | pav <pav@FreeBSD.org> | 2007-07-30 03:27:48 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-30 03:27:48 +0800 |
commit | 2953f5e8f13cc4c6aca99f013f6177e61aecfb35 (patch) | |
tree | 7e4554c162e1259161b3bd7d122d3fb85f0c1046 /Tools | |
parent | ab769c63b3dd89b5e3d976036678c363612ca224 (diff) | |
download | freebsd-ports-gnome-2953f5e8f13cc4c6aca99f013f6177e61aecfb35.tar.gz freebsd-ports-gnome-2953f5e8f13cc4c6aca99f013f6177e61aecfb35.tar.zst freebsd-ports-gnome-2953f5e8f13cc4c6aca99f013f6177e61aecfb35.zip |
- Log the failure to copy dependant package from pointyhat
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/scripts/portbuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |