setup/dirs: fix get-apps-dir
Affects the location of ".desktop" file installation, especially in a Unix-style installation.
This commit is contained in:
parent
576c3885cf
commit
7b4ea16bc0
|
@ -239,7 +239,7 @@
|
||||||
;; "apps"
|
;; "apps"
|
||||||
|
|
||||||
(define-finder provide
|
(define-finder provide
|
||||||
config:share-dir
|
config:apps-dir
|
||||||
find-apps-dir
|
find-apps-dir
|
||||||
find-user-apps-dir #:default (build-path "share" "applications")
|
find-user-apps-dir #:default (build-path "share" "applications")
|
||||||
(chain-to (lambda () (build-path (find-share-dir) "applications"))))
|
(chain-to (lambda () (build-path (find-share-dir) "applications"))))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user