1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/pesign/hotfix-no-mandoc.patch
3 # Copyright (C) 2022 The T2 SDE Project
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- pesign-115/src/Makefile.vanilla 2022-04-01 13:30:34.195837797 +0200
15 +++ pesign-115/src/Makefile 2022-04-01 13:30:55.786838911 +0200
17 pesign-rpmbuild-helper pesign-authorize
18 CFGTARGETS=tmpfiles.conf
19 SVCTARGETS=pesign.sysvinit pesign.service
20 -MAN1TARGETS=authvar.1 efikeygen.1 pesigcheck.1 pesign-client.1 pesign.1
21 +MAN1TARGETS= # authvar.1 efikeygen.1 pesigcheck.1 pesign-client.1 pesign.1
23 TARGETS=$(BINTARGETS) $(SVCTARGETS) $(MAN1TARGETS) $(CFGTARGETS)
26 $(INSTALL) -m 755 pesigcheck $(INSTALLROOT)$(bindir)
27 $(INSTALL) -d -m 755 $(INSTALLROOT)/etc/popt.d/
28 $(INSTALL) -m 644 pesign.popt $(INSTALLROOT)/etc/popt.d/
29 - $(INSTALL) -d -m 755 $(INSTALLROOT)$(mandir)man1/
30 - $(INSTALL) -m 644 $(MAN1TARGETS) $(INSTALLROOT)$(mandir)man1/
31 + #$(INSTALL) -d -m 755 $(INSTALLROOT)$(mandir)man1/
32 + #$(INSTALL) -m 644 $(MAN1TARGETS) $(INSTALLROOT)$(mandir)man1/
33 $(INSTALL) -d -m 755 $(INSTALLROOT)/etc/rpm/
34 $(INSTALL) -m 644 macros.pesign $(INSTALLROOT)/etc/rpm/
35 $(INSTALL) -d -m 755 $(INSTALLROOT)$(libexecdir)/pesign/
36 --- pesign-115/Makefile.vanilla 2022-04-01 13:34:50.287851009 +0200
37 +++ pesign-115/Makefile 2022-04-01 13:35:05.584851798 +0200
39 SUBDIRS := include libdpe src
42 - $(INSTALL) -d -m 755 $(INSTALLROOT)$(docdir)/pesign-$(VERSION)/
43 - $(INSTALL) -pm 644 COPYING $(INSTALLROOT)$(docdir)/pesign-$(VERSION)/
44 + #$(INSTALL) -d -m 755 $(INSTALLROOT)$(docdir)/pesign-$(VERSION)/
45 + #$(INSTALL) -pm 644 COPYING $(INSTALLROOT)$(docdir)/pesign-$(VERSION)/
48 install_systemd install_sysvinit : install