mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-11-04 10:21:36 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			334 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 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:
 |