95f3dc5ca1
Update to SeaMonkey 2.53.11 OBS-URL: https://build.opensuse.org/request/show/959237 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=19
24 lines
791 B
Diff
24 lines
791 B
Diff
--- comm/suite/installer/Makefile.in 2021-08-08 15:29:32.000000000 +0200
|
|
+++ comm/suite/installer/Makefile.in 2022-03-03 13:31:00.586849160 +0100
|
|
@@ -145,6 +145,10 @@
|
|
|
|
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)
|
|
--- build/moz.configure/old.configure 2022-01-24 23:04:14.000000000 +0100
|
|
+++ build/moz.configure/old.configure 2022-03-03 13:30:58.166918412 +0100
|
|
@@ -225,6 +225,7 @@
|
|
'--enable-zipwriter',
|
|
'--includedir',
|
|
'--libdir',
|
|
+ '--mandir',
|
|
'--no-create',
|
|
'--prefix',
|
|
'--with-android-distribution-directory',
|