summaryrefslogtreecommitdiff
path: root/resetmode
diff options
context:
space:
mode:
Diffstat (limited to 'resetmode')
-rwxr-xr-xresetmode4
1 files changed, 2 insertions, 2 deletions
diff --git a/resetmode b/resetmode
index 81e7ab0..697ecfe 100755
--- a/resetmode
+++ b/resetmode
@@ -2,7 +2,7 @@
export local portagedir="/usr/portage"
export local confdir="/etc/portage"
-export local gitdir="/opt/redcore-build"
+export local clonedir="/opt/redcore-build"
empty_portage_tree() {
if [ -d ""$portagedir"/.git" ] ; then
@@ -14,7 +14,7 @@ reset_portage_config() {
rm ""$confdir"/make.conf"
rm ""$confdir"/make.profile"
rm "$confdir"
- rm -rf "$gitdir"
+ rm -rf "$clonedir"
}
fetch_portage_config() {