gnu: msmtp: Fix vim file install location.
* gnu/packages/mail.scm (msmtp)[arguments]: Adjust custom 'install-additional-files phase to install vim file in correct directory.
This commit is contained in:
		
							parent
							
								
									13c73ccd90
								
							
						
					
					
						commit
						9bb14bd237
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1761,7 +1761,7 @@ addons which can add many functionalities to the base client.") | ||||||
|                     (bin (string-append out "/bin")) |                     (bin (string-append out "/bin")) | ||||||
|                     (doc (string-append out "/share/doc/msmtp")) |                     (doc (string-append out "/share/doc/msmtp")) | ||||||
|                     (msmtpq "scripts/msmtpq") |                     (msmtpq "scripts/msmtpq") | ||||||
|                     (vimfiles (string-append out "/share/vim/vimfiles/plugin"))) |                     (vimfiles (string-append out "/share/vim/vimfiles/syntax"))) | ||||||
|                (install-file (string-append msmtpq "/msmtpq") bin) |                (install-file (string-append msmtpq "/msmtpq") bin) | ||||||
|                (install-file (string-append msmtpq "/msmtp-queue") bin) |                (install-file (string-append msmtpq "/msmtp-queue") bin) | ||||||
|                (install-file (string-append msmtpq "/README.msmtpq") doc) |                (install-file (string-append msmtpq "/README.msmtpq") doc) | ||||||
|  |  | ||||||
		Reference in a new issue