]> git.pld-linux.org Git - packages/efivar.git/blob - efivar-static.patch
cb7e63085e4ed60278a1b61504394ca3190369f7
[packages/efivar.git] / efivar-static.patch
1 --- efivar-30/src/Makefile.orig 2016-11-10 20:02:50.692925296 +0100
2 +++ efivar-30/src/Makefile      2016-11-10 20:04:37.653753960 +0100
3 @@ -84,6 +84,7 @@
4                 ln -fs $(x).1.$(VERSION) $(DESTDIR)$(libdir)/$(x).1 ;\
5                 ln -fs $(x).1.$(VERSION) $(DESTDIR)$(libdir)/$(x) ;\
6                 )
7 +       $(foreach x, $(STATICLIBTARGETS), $(INSTALL) -m 644 $(x) $(DESTDIR)$(libdir);)
8         $(INSTALL) -d -m 755 $(DESTDIR)$(PCDIR)
9         $(foreach x, $(PCTARGETS), $(INSTALL) -m 644 $(x) $(DESTDIR)$(PCDIR) ;)
10         $(INSTALL) -d -m 755 $(DESTDIR)$(includedir)/efivar
This page took 0.067221 seconds and 2 git commands to generate.