gnu: emacs-ert-runner: Adjust to changes in emacs-build-system.
* gnu/packages/emacs-xyz.scm (emacs-ert-runner)[install-executable]: Use elpa-directory for the value of ERT_RUNNER.
This commit is contained in:
		
							parent
							
								
									d303a0bc2f
								
							
						
					
					
						commit
						d34e6dbc4b
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -13332,8 +13332,7 @@ variable instead, to remind you of that variable's meaning.") | |||
| 				      (getenv "TMPDIR") "/source"))) | ||||
| 	       (substitute* "bin/ert-runner" | ||||
| 		 (("ERT_RUNNER=\"\\$\\(dirname \\$\\(dirname \\$0\\)\\)") | ||||
| 		  (string-append "ERT_RUNNER=\"" out | ||||
| 				 "/share/emacs/site-lisp"))) | ||||
| 		  (string-append "ERT_RUNNER=\"" (elpa-directory out)))) | ||||
| 	       (install-file "bin/ert-runner" (string-append out "/bin")) | ||||
| 	       (wrap-program (string-append out "/bin/ert-runner") | ||||
| 		 (list "EMACSLOADPATH" ":" 'prefix | ||||
|  |  | |||
		Reference in a new issue