blob: 0f90406bee56fbc4d64f327ea462ece99416fafd [file] [log] [blame]
Andrew Geissler706d5aa2021-02-12 15:55:30 -06001Upstream-Status: Pending
2
3from openembedded, added by Qing He <qing.he@intel.com>
4
5Index: libaio-0.3.110/Makefile
6===================================================================
7--- libaio-0.3.110.orig/Makefile
8+++ libaio-0.3.110/Makefile
9@@ -15,7 +15,7 @@ all:
10 @$(MAKE) -C src
11
12 install:
13- @$(MAKE) -C src install prefix=$(prefix) includedir=$(includedir) libdir=$(libdir)
14+ @$(MAKE) -C src install prefix=$(DESTDIR)$(prefix) includedir=$(DESTDIR)$(includedir) libdir=$(DESTDIR)$(libdir)
15
16 check:
17 @$(MAKE) -C harness check