Bug 758393 - Firefox update fails. r=romaxa,mfinkle

This commit is contained in:
Tatiana Meshkova 2012-05-24 13:41:26 -07:00
parent 6efd46dfb4
commit 43e00b64ff

View File

@ -132,7 +132,8 @@ DEFINES += \
DEBDESTDIR=debian/$(MOZ_APP_NAME) DEBDESTDIR=debian/$(MOZ_APP_NAME)
PP_DEB_FILES = debian/control \ PP_DEB_FILES = \
debian/control \
debian/changelog \ debian/changelog \
debian/$(MOZ_APP_NAME).desktop \ debian/$(MOZ_APP_NAME).desktop \
debian/$(MOZ_APP_NAME).links \ debian/$(MOZ_APP_NAME).links \
@ -140,20 +141,24 @@ PP_DEB_FILES = debian/control \
debian/compat \ debian/compat \
debian/files \ debian/files \
debian/menu \ debian/menu \
debian/fennec.preinst \
debian/fennec.prerm \
debian/fennec.postinst \ debian/fennec.postinst \
$(NULL) $(NULL)
ifeq ($(MOZ_PLATFORM_MAEMO),6) ifeq ($(MOZ_PLATFORM_MAEMO),6)
PP_DEB_FILES += debian/fennec.aegis \ PP_DEB_FILES += \
debian/fennec.aegis \
debian/backup \ debian/backup \
debian/restore \ debian/restore \
debian/fennec.conf \ debian/fennec.conf \
debian/fennec-cud.sh \ debian/fennec-cud.sh \
debian/fennec-rfs.sh \ debian/fennec-rfs.sh \
debian/fennec.policy \ debian/fennec.policy \
$(NULL) $(NULL)
else
PP_DEB_FILES += \
debian/fennec.preinst \
debian/fennec.prerm \
$(NULL)
endif endif
$(PP_DEB_FILES): $(PP_DEB_FILES):