mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
17 lines
318 B
Diff
17 lines
318 B
Diff
diff --git a/src/Makefile b/src/Makefile
|
|
index e9021fe..1d86ecd 100644
|
|
--- a/src/Makefile
|
|
+++ b/src/Makefile
|
|
@@ -54,11 +54,7 @@ INSTALL = install
|
|
|
|
DESTDIR ?=
|
|
|
|
-ifeq ($(shell uname -m),x86_64)
|
|
- LIBSUBDIR := lib64
|
|
-else
|
|
- LIBSUBDIR := lib
|
|
-endif
|
|
+LIBSUBDIR := lib
|
|
|
|
PREFIX ?= /usr
|
|
LIBDIR ?= $(PREFIX)/$(LIBSUBDIR)
|