summaryrefslogtreecommitdiff
path: root/over
diff options
context:
space:
mode:
Diffstat (limited to 'over')
-rwxr-xr-xover/usr/libexec/cydia_/install.sh2
1 files changed, 1 insertions, 1 deletions
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}"