mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
18 lines
334 B
Diff
18 lines
334 B
Diff
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -15,10 +15,10 @@
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
-LIBDIR=@libdir@
|
|
-INCDIR=@includedir@
|
|
-MANDIR=@mandir@
|
|
-BINDIR=@bindir@
|
|
+LIBDIR=$(DESTDIR)/@libdir@
|
|
+INCDIR=$(DESTDIR)/@includedir@
|
|
+MANDIR=$(DESTDIR)/@mandir@
|
|
+BINDIR=$(DESTDIR)/@bindir@
|
|
|
|
# Which C compiler do you want to use?
|
|
|