Skip to content

Commit

Permalink
workaround: don't reuse tethered for bin-dir & bin-search-dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
LiberalArtist committed Jan 25, 2022
1 parent 5c714dd commit 4ab1e4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions config-a.rktd
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,18 @@
"/tmp/racket-issue-4133/layer-a/share/applications")
(bin-dir
.
"/tmp/racket-issue-4133/layer-a/bin")
"/tmp/racket-issue-4133/layer-a/untethered-bin")
(bin-search-dirs
.
(#f
"/tmp/racket-issue-4133/racket/bin"))
(build-stamp . "")
#;
(config-tethered-apps-dir
.
"/tmp/racket-issue-4133/layer-a/share/applications")
#;
(config-tethered-console-bin-dir
.
"/tmp/racket-issue-4133/layer-a/bin")
#;
(config-tethered-gui-bin-dir
.
"/tmp/racket-issue-4133/layer-a/bin")
Expand Down
4 changes: 2 additions & 2 deletions config-b.rktd
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"/tmp/racket-issue-4133/layer-b/share/applications")
(bin-dir
.
"/tmp/racket-issue-4133/layer-b/bin")
"/tmp/racket-issue-4133/layer-b/untethered-bin")
(bin-search-dirs
.
(#f
"/tmp/racket-issue-4133/layer-a/bin"
"/tmp/racket-issue-4133/layer-a/untethered-bin"
"/tmp/racket-issue-4133/racket/bin"))
(build-stamp . "")
(config-tethered-apps-dir
Expand Down

0 comments on commit 4ab1e4f

Please sign in to comment.