From b6cc5df5e3c41d263c2439bc41481e20e432eeb0 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Sat, 4 Mar 2023 14:23:15 -0500 Subject: [PATCH] wip --- Makefile | 2 +- install-brew.sh => scripts/install-brew.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename install-brew.sh => scripts/install-brew.sh (100%) diff --git a/Makefile b/Makefile index 1eee8bc..ea8a765 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ BREW = $(BREWPATH)/brew # This does not work inside of a make command. bootstrap-homebrew: xcode-select --install || true - $(shell source "$(PWD)/install-brew.sh") + $(shell source "$(PWD)/scripts/install-brew.sh") chmod -R go-w $(brew --prefix) bootstrap-brews: diff --git a/install-brew.sh b/scripts/install-brew.sh similarity index 100% rename from install-brew.sh rename to scripts/install-brew.sh