mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
'make installer' for XULRunner should only print a warning, not return a failing exit code. r=ted, patch=me
This commit is contained in:
parent
3cdc37e789
commit
6e46ea00fa
@ -77,7 +77,6 @@ tier_app_dirs += xulrunner
|
||||
|
||||
installer:
|
||||
@echo "XULRunner doesn't have an installer yet."
|
||||
@exit 1
|
||||
|
||||
package:
|
||||
@$(MAKE) -C xulrunner/installer
|
||||
@ -94,4 +93,4 @@ distclean::
|
||||
ifeq ($(OS_TARGET),Linux)
|
||||
deb: package
|
||||
@$(MAKE) -C xulrunner/installer deb
|
||||
endif
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user