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

gnu: fc-host-tools: Fix fc-loadtool.

* gnu/packages/embedded.scm (fc-host-tools)[arguments]<#:phases>
[patch-installation-paths]: Modify.
parent 21d56a82
No related branches found
No related tags found
No related merge requests found
......@@ -1013,6 +1013,8 @@ (define-public fc-host-tools
"uptools/atcmd/atinterf.c")
(("/opt/freecalypso/loadtools")
(string-append (assoc-ref outputs "out") "/lib/freecalypso/loadtools"))
(("\\$\\{INSTALL_PREFIX\\}/loadtools")
(string-append (assoc-ref outputs "out") "/lib/freecalypso/loadtools"))
(("/opt/freecalypso")
(assoc-ref outputs "out")))
#t)))))
......
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