]> git.pld-linux.org Git - packages/efivar.git/blobdiff - efivar-static.patch
- adjusted static patch, release 2
[packages/efivar.git] / efivar-static.patch
index cb7e63085e4ed60278a1b61504394ca3190369f7..64e9ca68cbe1a90d7f47f677ef9d03104e833ea1 100644 (file)
@@ -1,6 +1,6 @@
---- efivar-30/src/Makefile.orig        2016-11-10 20:02:50.692925296 +0100
-+++ efivar-30/src/Makefile     2016-11-10 20:04:37.653753960 +0100
-@@ -84,6 +84,7 @@
+--- efivar-31/src/Makefile.orig        2017-02-13 17:52:14.000000000 +0100
++++ efivar-31/src/Makefile     2017-03-04 16:11:06.141211094 +0100
+@@ -93,12 +93,14 @@
                ln -fs $(x).1.$(VERSION) $(DESTDIR)$(libdir)/$(x).1 ;\
                ln -fs $(x).1.$(VERSION) $(DESTDIR)$(libdir)/$(x) ;\
                )
@@ -8,3 +8,10 @@
        $(INSTALL) -d -m 755 $(DESTDIR)$(PCDIR)
        $(foreach x, $(PCTARGETS), $(INSTALL) -m 644 $(x) $(DESTDIR)$(PCDIR) ;)
        $(INSTALL) -d -m 755 $(DESTDIR)$(includedir)/efivar
+       $(foreach x, $(wildcard $(TOPDIR)/src/include/efivar/*.h), $(INSTALL) -m 644 $(x) $(DESTDIR)$(includedir)/efivar/$(notdir $(x));)
+       $(INSTALL) -d -m 755 $(DESTDIR)$(bindir)
+       $(foreach x, $(BINTARGETS), $(INSTALL) -m 755 $(x) $(DESTDIR)$(bindir);)
++      $(foreach x, $(STATICBINTARGETS), $(INSTALL) -m 755 $(x) $(DESTDIR)$(bindir);)
+ test : all
+       $(MAKE) -C test $@
This page took 0.075176 seconds and 4 git commands to generate.