1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-20 01:35:13 +03:00
aports/testing/nomp/make-path.patch
2016-12-27 09:25:53 +00:00

13 lines
334 B
Diff

diff --git a/Makefile b/Makefile
index c53a4b7..05aa874 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ BUILDDIR = .build
SOURCES = $(wildcard src/*.cc)
OBJECTS = $(patsubst $(SOURCEDIR)/%.cc,$(BUILDDIR)/%.o,$(SOURCES))
DEPS := $(OBJECTS:.o=.d)
-PREFIX = /usr/local
+PREFIX = /usr
TARGET = nomp
.SILENT: