mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
12 lines
264 B
Diff
12 lines
264 B
Diff
--- Makefile 2022-10-03 16:17:42.115920608 -0400
|
|
+++ Makefile 2022-10-03 16:24:17.248455117 -0400
|
|
@@ -13,7 +13,7 @@
|
|
|
|
ifeq ($(PLATFORM), Linux)
|
|
PREFIX = bin
|
|
- LIBDIR = lib
|
|
+ LIBDIR = lib64
|
|
ETC_DIR = /etc
|
|
MANDIR = share/man/man1
|
|
PLATFORM_ABBR = linux
|