[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#45706: vscodium
From: |
Ricardo Wurmus |
Subject: |
bug#45706: vscodium |
Date: |
Thu, 07 Jan 2021 00:03:16 +0100 |
User-agent: |
mu4e 1.4.13; emacs 27.1 |
Hi,
Leo already commented on the important stuff, so let me just comment on
the less important things:
Hamzeh Nasajpour <h.nasajpour@pantherx.org> writes:
> (invoke "mkdir" "-p" lib-dir)
> (invoke "mkdir" "-p" bin-dir)
[…]
> (invoke "ln" "-s" (string-append lib-dir "/bin/codium")
> bin-dir)
[…]
> ; (invoke "cp"
> "usr/share/codium/resources/app/resources/linux/code.png" (string-append
> %output "/share/pixmaps/code.png"))
[…]
> (invoke "cat" (string-append bin-dir "/codium"))
Try to resist the temptation to spawn new processes for everything. All
of these things can be done with just Guile.
--
Ricardo