You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/libtecla/files/libtecla-1.6.1-install.patch

19 lines
481 B

diff -Naur libtecla/Makefile.in libtecla.new/Makefile.in
--- libtecla/Makefile.in 2004-10-31 15:30:57.000000000 -0500
+++ libtecla.new/Makefile.in 2008-06-03 08:59:27.000000000 -0400
@@ -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?