]> git.pld-linux.org Git - packages/efivar.git/blame - efivar-static.patch
- updated to 0.23
[packages/efivar.git] / efivar-static.patch
CommitLineData
6ae92608
JB
1--- efivar-0.23/src/Makefile.orig 2016-06-23 20:40:50.398411788 +0200
2+++ efivar-0.23/src/Makefile 2016-06-23 20:43:14.654297154 +0200
3@@ -77,6 +77,7 @@
4 $(INSTALL) -m 755 $(x) $(DESTDIR)$(libdir)/$(x).$(VERSION) ;\
5 ln -fs $(x).$(VERSION) $(DESTDIR)$(libdir)/$(x).$(MAJOR_VERSION);\
6 ln -fs $(x).$(VERSION) $(DESTDIR)$(libdir)/$(x); )
7d8a73df
JB
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.033242 seconds and 4 git commands to generate.