Skip to content
Snippets Groups Projects
Unverified Commit 1dec2691 authored by Danny Milosavljevic's avatar Danny Milosavljevic
Browse files

gnu: fc-host-tools: Fix internal invocations.

* gnu/packages/embedded.scm (fc-host-tools)[arguments]<#:phases>
[patch-installation-paths]: Modify.
parent 469cc535
No related branches found
No related tags found
No related merge requests found
...@@ -1008,7 +1008,12 @@ (define-public fc-host-tools ...@@ -1008,7 +1008,12 @@ (define-public fc-host-tools
"loadtools/defpath.c" "loadtools/defpath.c"
"loadtools/Makefile" "loadtools/Makefile"
"miscutil/c139explore" "miscutil/c139explore"
"miscutil/pirexplore") "miscutil/pirexplore"
"ffstools/tiffs-wrappers/installpath.c"
"rvinterf/rvtat/launchrvif.c"
"rvinterf/etmsync/launchrvif.c"
"rvinterf/libasync/launchrvif.c"
"uptools/atcmd/atinterf.c")
(("/opt/freecalypso/loadtools") (("/opt/freecalypso/loadtools")
(string-append (assoc-ref outputs "out") "/lib/freecalypso/loadtools")) (string-append (assoc-ref outputs "out") "/lib/freecalypso/loadtools"))
(("/opt/freecalypso") (("/opt/freecalypso")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment