mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			430 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			430 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/makefile
 | |
| +++ b/makefile
 | |
| @@ -23,7 +23,7 @@
 | |
|  endif
 | |
|  
 | |
|  PREFIX = $(DESTDIR)/usr
 | |
| -BIN_DIR = $(PREFIX)/games/
 | |
| +BIN_DIR = $(PREFIX)/bin/
 | |
|  DOC_DIR = $(PREFIX)/share/doc/$(PROG)/
 | |
|  ICON_DIR = $(PREFIX)/share/icons/hicolor/
 | |
|  DESKTOP_DIR = $(PREFIX)/share/applications/
 | |
| @@ -35,7 +35,7 @@
 | |
|  ifeq ($(UNIX),0)
 | |
|  DATA_DIR =
 | |
|  else
 | |
| -DATA_DIR = $(PREFIX)/share/games/edgar/
 | |
| +DATA_DIR = $(PREFIX)/share/edgar/
 | |
|  endif
 | |
|  
 | |
|  CFLAGS += -Wall -pedantic
 |