mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into core-updates
This commit is contained in:
commit
75710da667
131 changed files with 6648 additions and 1338 deletions
|
@ -84,7 +84,7 @@ store in '.el' files."
|
|||
(elpa-name-ver (store-directory->elpa-name-version out))
|
||||
(el-dir (string-append out %install-suffix "/" elpa-name-ver))
|
||||
(name-ver (strip-store-file-name out))
|
||||
(info-dir (string-append out "/share/info/" name-ver))
|
||||
(info-dir (string-append out "/share/info/"))
|
||||
(info-files (find-files el-dir "\\.info$")))
|
||||
(unless (null? info-files)
|
||||
(mkdir-p info-dir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue