Skip to content

Commit

Permalink
Merge pull request #451 from mas-cli/ben/install_script
Browse files Browse the repository at this point in the history
📜 Script fixes
  • Loading branch information
phatblat committed Jun 4, 2022
2 parents d107408 + 3c6646a commit d0f51d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ bottles:
bottle: bottles

.PHONY: package
package:
package: build
script/package

.PHONY: packageInstall
packageInstall:
packageInstall: package
script/package_install

.PHONY: describe
Expand Down
2 changes: 1 addition & 1 deletion script/install
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi
while test -n "$1"; do
if [[ "$1" == '--universal' ]]; then
ARCH=universal
RELEASE=.build/apple/Products/Release
RELEASE=.build/release
else
# Override default prefix path with optional arg
PREFIX="$1"
Expand Down

0 comments on commit d0f51d5

Please sign in to comment.