mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
Bug 567873 - Only upload deb on OS_LINUX [r=mfinkle]
This commit is contained in:
parent
0008094ac2
commit
f852a5a221
@ -204,6 +204,8 @@ deb: $(PP_DEB_FILES) $(DIST)/branding/$(MOZ_APP_NAME)_scalable.png \
|
||||
installer: deb
|
||||
@echo Installer DEB created!
|
||||
|
||||
# relative to $(DIST)
|
||||
UPLOAD_EXTRA_FILES += ../mobile/$(DEB_PKG_NAME)
|
||||
endif
|
||||
|
||||
ifeq ($(OS_ARCH),WINCE)
|
||||
@ -237,6 +239,3 @@ endif
|
||||
rm setup.ini
|
||||
|
||||
endif
|
||||
|
||||
# relative to $(DIST)
|
||||
UPLOAD_EXTRA_FILES += ../mobile/$(DEB_PKG_NAME)
|
||||
|
Loading…
Reference in New Issue
Block a user