setup/dirs: fix get-apps-dir

Affects the location of ".desktop" file installation, especially in
a Unix-style installation.
This commit is contained in:
Matthew Flatt 2014-02-15 09:23:18 -07:00
parent 576c3885cf
commit 7b4ea16bc0

View File

@ -239,7 +239,7 @@
;; "apps"
(define-finder provide
config:share-dir
config:apps-dir
find-apps-dir
find-user-apps-dir #:default (build-path "share" "applications")
(chain-to (lambda () (build-path (find-share-dir) "applications"))))