mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			359 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			359 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git a/Makefile b/Makefile
 | |
| index d5223ae..e212e79 100644
 | |
| --- a/Makefile
 | |
| +++ b/Makefile
 | |
| @@ -49,7 +49,6 @@ uninstall:
 | |
|  install: $(BIN)
 | |
| 	install -d $(DESTDIR)/usr/sbin
 | |
| 	install -d $(DESTDIR)/etc
 | |
| -	install -d $(DESTDIR)/lib/systemd/system
 | |
| 	install -d $(DESTDIR)/usr/share/doc/mbpfan
 | |
| 	install $(BIN) $(DESTDIR)/usr/sbin
 | |
| 	install -m644 $(CONF) $(DESTDIR)/etc
 |