From ef1e884f98c5a826ac36c4d6a24938f448c539df Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Mon, 25 Feb 2008 10:36:07 +0000 Subject: Temporary construction needs to be done using God Mode, and cp -T doesn't handle symlinks correctly (so let's use tar). git-svn-id: http://svn.telesphoreo.org/trunk@98 514c082c-b64e-11dc-b46d-3d985efe055d --- over/usr/libexec/cydia_/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'over') diff --git a/over/usr/libexec/cydia_/install.sh b/over/usr/libexec/cydia_/install.sh index 0e5d92535..bce209557 100755 --- a/over/usr/libexec/cydia_/install.sh +++ b/over/usr/libexec/cydia_/install.sh @@ -27,7 +27,7 @@ do if [[ -d ${dir} && ! -h ${dir} ]]; then new=/var/${base} if [[ -e ${new} ]]; then - new=$(mktemp -d cydia.XXXXXX) + new=$(godmode mktemp -d cydia.XXXXXX) fi godmode mv -T "${dir}" "${new}" -- cgit v1.2.3