24 lines
776 B
Diff
24 lines
776 B
Diff
|
--- build/moz.configure/old.configure 2024-12-12 18:30:12.000000000 -0600
|
||
|
+++ build/moz.configure/old.configure 2024-12-30 17:18:44.383356721 -0600
|
||
|
@@ -112,6 +112,7 @@
|
||
|
'--enable-zipwriter',
|
||
|
'--includedir',
|
||
|
'--libdir',
|
||
|
+ '--mandir',
|
||
|
'--prefix',
|
||
|
'--with-branding',
|
||
|
'--with-debug-label',
|
||
|
--- 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)
|