mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 11:33:13 +00:00
commit
d0f51d573a
2 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -110,11 +110,11 @@ bottles:
|
||||||
bottle: bottles
|
bottle: bottles
|
||||||
|
|
||||||
.PHONY: package
|
.PHONY: package
|
||||||
package:
|
package: build
|
||||||
script/package
|
script/package
|
||||||
|
|
||||||
.PHONY: packageInstall
|
.PHONY: packageInstall
|
||||||
packageInstall:
|
packageInstall: package
|
||||||
script/package_install
|
script/package_install
|
||||||
|
|
||||||
.PHONY: describe
|
.PHONY: describe
|
||||||
|
|
|
@ -23,7 +23,7 @@ fi
|
||||||
while test -n "$1"; do
|
while test -n "$1"; do
|
||||||
if [[ "$1" == '--universal' ]]; then
|
if [[ "$1" == '--universal' ]]; then
|
||||||
ARCH=universal
|
ARCH=universal
|
||||||
RELEASE=.build/apple/Products/Release
|
RELEASE=.build/release
|
||||||
else
|
else
|
||||||
# Override default prefix path with optional arg
|
# Override default prefix path with optional arg
|
||||||
PREFIX="$1"
|
PREFIX="$1"
|
||||||
|
|
Loading…
Reference in a new issue