gnu: emacs-slime: Use INVOKE.
* gnu/packages/emacs.scm (emacs-slime)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
		
							parent
							
								
									d2f3817d69
								
							
						
					
					
						commit
						e76d959d6a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2969,8 +2969,8 @@ in @code{html-mode}.")
 | 
				
			||||||
                 (substitute* "Makefile"
 | 
					                 (substitute* "Makefile"
 | 
				
			||||||
                   (("infodir=/usr/local/info")
 | 
					                   (("infodir=/usr/local/info")
 | 
				
			||||||
                    (string-append "infodir=" info-dir)))
 | 
					                    (string-append "infodir=" info-dir)))
 | 
				
			||||||
                 (system* "make" "html/index.html")
 | 
					                 (invoke "make" "html/index.html")
 | 
				
			||||||
                 (system* "make" "slime.info")
 | 
					                 (invoke "make" "slime.info")
 | 
				
			||||||
                 (install-file "slime.info" info-dir)
 | 
					                 (install-file "slime.info" info-dir)
 | 
				
			||||||
                 (copy-recursively "html" (string-append doc-dir "/html")))
 | 
					                 (copy-recursively "html" (string-append doc-dir "/html")))
 | 
				
			||||||
               (for-each (lambda (f)
 | 
					               (for-each (lambda (f)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue