blob: 1a8ca9ecb3eff4716045c2aa46fd800600dddeb1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- Makefile.orig 2022-01-22 19:25:56 UTC
+++ Makefile
@@ -72,7 +72,6 @@ ifneq (, $(findstring x86_64, $(ARCH)))
INSTALLDIRLIB = $(INSTALLPREFIX)/$(LIBDIR)
ifneq (, $(findstring x86_64, $(ARCH)))
-INSTALLDIRLIB = $(INSTALLPREFIX)/lib64
endif
INSTALLDIRBIN = $(INSTALLPREFIX)/bin
|