mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: openssl: Delete leftover man3 directory.
* gnu/packages/tls.scm (openssl)[arguments]: Delete empty directory in 'move-man3-pages' phase.
This commit is contained in:
parent
2c6a1c67e4
commit
5c838ec9cd
1 changed files with 1 additions and 0 deletions
|
@ -286,6 +286,7 @@ (define-public openssl
|
|||
(string-append target "/"
|
||||
(basename file))))
|
||||
(find-files man3))
|
||||
(delete-file-recursively man3)
|
||||
#t)))
|
||||
(add-before
|
||||
'patch-source-shebangs 'patch-tests
|
||||
|
|
Loading…
Reference in a new issue