mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
commit
d0f51d573a
2 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -110,11 +110,11 @@ bottles:
|
|||
bottle: bottles
|
||||
|
||||
.PHONY: package
|
||||
package:
|
||||
package: build
|
||||
script/package
|
||||
|
||||
.PHONY: packageInstall
|
||||
packageInstall:
|
||||
packageInstall: package
|
||||
script/package_install
|
||||
|
||||
.PHONY: describe
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue