mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-11-04 02:11:39 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			243 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			243 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
diff --git a/Makefile b/Makefile
 | 
						|
index 07d844f..12a8ee6 100644
 | 
						|
--- a/Makefile
 | 
						|
+++ b/Makefile
 | 
						|
@@ -1,5 +1,5 @@
 | 
						|
 CFLAGS += -Wall -fomit-frame-pointer
 | 
						|
-PREFIX ?= /usr/local
 | 
						|
+PREFIX ?= /usr
 | 
						|
 
 | 
						|
 ifeq "$(shell uname -s)" "SunOS"
 | 
						|
 	LDFLAGS += -lsocket
 |