git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1404
d1e1f19c-881f-0410-ab34-
b69fee027534
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 25 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+ targets/support/functions.sh:
+ Let's not try to chmod a dangling symlink.
+
25 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
targets/support/chroot-functions.sh:
Added emerge --info to debug output. I don't know why I didn't add it before.
echo "copying ${file_name} to ${dest_dir}"
mkdir -p ${dest_dir}
cp -pPR ${1} ${dest_dir}
- chmod 755 ${dest_dir}/${file_name}
+ [ "${file_name}" != "make.profile" ] && \
+ chmod 755 ${dest_dir}/${file_name}
else
echo "copying ${file_name} to ${clst_chroot_path}/tmp"
mkdir -p ${chroot_path}/tmp