diff options
author | Jesús <heckyel@hyperbola.info> | 2021-11-26 22:55:08 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-11-26 22:55:08 -0500 |
commit | 19c6daaf17d9be52ac986ce8c4d02a82baa4540c (patch) | |
tree | 07129978b065d9615b7e761cc31a836d0ea9f71d /bwrap/ungoogled-chromium-private.bash | |
parent | f8e094a6d421993385b96e6e82edc7116e14f856 (diff) | |
download | i3-config-19c6daaf17d9be52ac986ce8c4d02a82baa4540c.tar.lz i3-config-19c6daaf17d9be52ac986ce8c4d02a82baa4540c.tar.xz i3-config-19c6daaf17d9be52ac986ce8c4d02a82baa4540c.zip |
bwrap: ungoogled-chromium (GNU Guix) - fix directory /gnu/
Diffstat (limited to 'bwrap/ungoogled-chromium-private.bash')
-rw-r--r-- | bwrap/ungoogled-chromium-private.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bwrap/ungoogled-chromium-private.bash b/bwrap/ungoogled-chromium-private.bash index 6cad1f1..62d6193 100644 --- a/bwrap/ungoogled-chromium-private.bash +++ b/bwrap/ungoogled-chromium-private.bash @@ -32,7 +32,7 @@ set -euo pipefail --ro-bind /var/cache/fontconfig /var/cache/fontconfig \ --ro-bind /var/lib/alsa /var/lib/alsa \ --ro-bind /var/guix /var/guix \ - --ro-bind /gnu/store/ gnu/store \ + --ro-bind /gnu/store/ /gnu/store \ --bind-try /tmp/sndio /tmp/sndio \ --bind-try /tmp/sndio-"$(id -u)" /tmp/sndio-"$(id -u)" \ --bind-try "${HOME}/.sndio" "${HOME}/.sndio" \ |