diff --git a/install-profile b/install-profile index f8fda24..010f485 100755 --- a/install-profile +++ b/install-profile @@ -9,7 +9,7 @@ META_DIR="libs" CONFIG_DIR="configs" PROFILES_DIR="profiles" -DOTBOT_DIR="libs/github/dotbot" +DOTBOT_DIR="github/dotbot" DOTBOT_BIN="bin/dotbot" BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" diff --git a/install-standalone b/install-standalone index f7138ac..d4131a7 100755 --- a/install-standalone +++ b/install-standalone @@ -9,7 +9,7 @@ META_DIR="libs" CONFIG_DIR="configs" PROFILES_DIR="profiles" -DOTBOT_DIR="libs/github/dotbot" +DOTBOT_DIR="github/dotbot" DOTBOT_BIN="bin/dotbot" BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"