8ef133491d
update to SeaMonkey 2.53.13 OBS-URL: https://build.opensuse.org/request/show/988494 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=28
24 lines
802 B
Diff
24 lines
802 B
Diff
--- build/moz.configure/old.configure 2022-06-08 21:10:25.000000000 +0200
|
|
+++ build/moz.configure/old.configure 2022-07-11 14:04:06.231167162 +0200
|
|
@@ -228,6 +228,7 @@
|
|
'--enable-zipwriter',
|
|
'--includedir',
|
|
'--libdir',
|
|
+ '--mandir',
|
|
'--prefix',
|
|
'--with-android-distribution-directory',
|
|
'--with-android-max-sdk',
|
|
--- comm/suite/installer/Makefile.in 2021-08-08 15:29:32.000000000 +0200
|
|
+++ comm/suite/installer/Makefile.in 2022-07-11 14:04:44.710104711 +0200
|
|
@@ -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)
|