gnu: hurd: Install the UTF-8 motd.
* gnu/packages/hurd.scm (hurd)[arguments]: Add 'install-goodies' phase.
This commit is contained in:
		
							parent
							
								
									29505c7d1e
								
							
						
					
					
						commit
						62a3bbfdfe
					
				
					 1 changed files with 10 additions and 0 deletions
				
			
		| 
						 | 
					@ -409,6 +409,16 @@ fsysopts / --writable\n"))
 | 
				
			||||||
                           (patch-shebang file path))
 | 
					                           (patch-shebang file path))
 | 
				
			||||||
                         (find-files (string-append out "/libexec")))
 | 
					                         (find-files (string-append out "/libexec")))
 | 
				
			||||||
               #t)))
 | 
					               #t)))
 | 
				
			||||||
 | 
					         (add-after 'install 'install-goodies
 | 
				
			||||||
 | 
					           (lambda* (#:key outputs #:allow-other-keys)
 | 
				
			||||||
 | 
					             ;; Install additional goodies.
 | 
				
			||||||
 | 
					             ;; TODO: Build & install *.msgids for rpctrace.
 | 
				
			||||||
 | 
					             (let ((out (assoc-ref outputs "out")))
 | 
				
			||||||
 | 
					               ;; Install the fancy UTF-8 motd.
 | 
				
			||||||
 | 
					               (mkdir-p (string-append out "/etc"))
 | 
				
			||||||
 | 
					               (copy-file "console/motd.UTF8"
 | 
				
			||||||
 | 
					                          (string-append out "/etc/motd"))
 | 
				
			||||||
 | 
					               #t)))
 | 
				
			||||||
         (add-after 'install 'install-rc-file
 | 
					         (add-after 'install 'install-rc-file
 | 
				
			||||||
           (lambda* (#:key inputs outputs #:allow-other-keys)
 | 
					           (lambda* (#:key inputs outputs #:allow-other-keys)
 | 
				
			||||||
             (let* ((out  (assoc-ref outputs "out"))
 | 
					             (let* ((out  (assoc-ref outputs "out"))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue