mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			413 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			413 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From: Jakub Jirutka <jakub@jirutka.cz>
 | |
| Date: Thu, 16 Dec 2021 01:20:00 +0100
 | |
| Subject: [PATCH] Change paths to follow FHS
 | |
| 
 | |
| --- a/src/constants.hpp
 | |
| +++ b/src/constants.hpp
 | |
| @@ -45,7 +45,7 @@
 | |
|  	/// Directory for runtime files (doc)
 | |
|  	inline const QString& script_dir()
 | |
|  	{
 | |
| -		static const QString dir = normalize_path("../vim");
 | |
| +		static const QString dir = normalize_path("../share/nvui/vim");
 | |
|  		return dir;
 | |
|  	}
 | |
|  
 |