setup/dirs: fix get-apps-dir
Affects the location of ".desktop" file installation, especially in
a Unix-style installation.
(cherry picked from commit 7b4ea16bc0
)
This commit is contained in:
parent
648cbae499
commit
c81d721b87
|
@ -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