mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 851224 - make install should ignore version downgrades r=mfinkle
This commit is contained in:
parent
aa02075f0d
commit
6f54a69331
@ -31,7 +31,7 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
install::
|
install::
|
||||||
$(ANDROID_PLATFORM_TOOLS)/adb install -r $(DIST)/$(PKG_PATH)$(PKG_BASENAME).apk
|
$(ANDROID_PLATFORM_TOOLS)/adb install -r -d $(DIST)/$(PKG_PATH)$(PKG_BASENAME).apk
|
||||||
else
|
else
|
||||||
@echo "Mobile can't be installed directly."
|
@echo "Mobile can't be installed directly."
|
||||||
@exit 1
|
@exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user