c99db130a3
Requesting inclusion in mozilla:Factory for eventual submission to Factory/Tumbleweed. OBS-URL: https://build.opensuse.org/request/show/888777 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=1
44 lines
1.3 KiB
Diff
44 lines
1.3 KiB
Diff
--- comm/suite/installer/Makefile.in 2020-12-22 19:18:42.000000000 +0300
|
|
+++ comm/suite/installer/Makefile.in-OK 2021-01-23 00:34:17.416407249 +0300
|
|
@@ -140,16 +140,20 @@
|
|
defaults/profile/panels.rdf \
|
|
defaults/profile/mimeTypes.rdf \
|
|
defaults/profile/chrome/userChrome-example.css \
|
|
defaults/profile/chrome/userContent-example.css \
|
|
$(NULL)
|
|
|
|
include $(topsrcdir)/toolkit/mozapps/installer/packager.mk
|
|
|
|
+install::
|
|
+ $(NSINSTALL) -D $(DESTDIR)$(mandir)/man1
|
|
+ $(SYSINSTALL) $(IFLAGS1) $(DIST)/man/man1/$(MOZ_APP_NAME).1 $(DESTDIR)$(mandir)/man1
|
|
+
|
|
ifeq (Darwin, $(OS_ARCH))
|
|
BINPATH = $(_BINPATH)
|
|
DEFINES += -DAPPNAME=$(_APPNAME)
|
|
else
|
|
BINPATH = bin
|
|
endif
|
|
DEFINES += -DBINPATH=$(BINPATH)
|
|
|
|
--- build/moz.configure/old.configure 2020-12-22 14:42:29.000000000 +0300
|
|
+++ build/moz.configure/old.configure-OK 2021-01-23 01:07:28.041893813 +0300
|
|
@@ -233,16 +233,17 @@
|
|
'--enable-unsigned-overflow-sanitizer',
|
|
'--enable-updater',
|
|
'--enable-valgrind',
|
|
'--enable-verify-mar',
|
|
'--enable-xul',
|
|
'--enable-zipwriter',
|
|
'--includedir',
|
|
'--libdir',
|
|
+ '--mandir',
|
|
'--no-create',
|
|
'--prefix',
|
|
'--with-android-distribution-directory',
|
|
'--with-android-max-sdk',
|
|
'--with-android-min-sdk',
|
|
'--with-android-sdk',
|
|
'--with-app-basename',
|
|
'--with-app-name',
|