mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
EAPI 8 (yay dosym -r!), Cairo support, new source of MOSIS tech files, support for parallel building, no redundant inherits, no CPP=cpp. Bug: https://bugs.gentoo.org/819120 Closes: https://bugs.gentoo.org/819120 Signed-off-by: Marek Szuba <marecki@gentoo.org>
14 lines
525 B
Diff
14 lines
525 B
Diff
'lib' is for 32-bit libraries only, thank you very much
|
|
|
|
--- a/scripts/defs.mak.in
|
|
+++ b/scripts/defs.mak.in
|
|
@@ -36,7 +36,7 @@
|
|
# Install targets may be different if dist_prefix is set by configure
|
|
INSTALL_BINDIR = @DIST_DIR@/bin
|
|
INSTALL_MANDIR = @DIST_DIR@/share/man
|
|
-INSTALL_LIBDIR = @DIST_DIR@/lib
|
|
+INSTALL_LIBDIR = ${libdir}
|
|
INSTALL_SYSDIR = ${INSTALL_LIBDIR}/magic/sys
|
|
INSTALL_SCMDIR = ${INSTALL_LIBDIR}/magic/scm
|
|
INSTALL_TCLDIR = ${INSTALL_LIBDIR}/magic/tcl
|