diff --git a/config/acid.toml b/config/acid.toml index 942767580..a7cb3ea8f 100644 --- a/config/acid.toml +++ b/config/acid.toml @@ -46,27 +46,27 @@ shutdown [[files]] path = "/usr/bin" -data = "/bin" +data = "../bin" symlink = true [[files]] path = "/usr/games" -data = "/games" +data = "../games" symlink = true [[files]] path = "/usr/include" -data = "/include" +data = "../include" symlink = true [[files]] path = "/usr/lib" -data = "/lib" +data = "../lib" symlink = true [[files]] path = "/usr/share" -data = "/share" +data = "../share" symlink = true [[files]] diff --git a/config/coreboot.toml b/config/coreboot.toml index eebaf4151..b481df3ec 100644 --- a/config/coreboot.toml +++ b/config/coreboot.toml @@ -254,27 +254,27 @@ redox [[files]] path = "/usr/bin" -data = "/bin" +data = "../bin" symlink = true [[files]] path = "/usr/games" -data = "/games" +data = "../games" symlink = true [[files]] path = "/usr/include" -data = "/include" +data = "../include" symlink = true [[files]] path = "/usr/lib" -data = "/lib" +data = "../lib" symlink = true [[files]] path = "/usr/share" -data = "/share" +data = "../share" symlink = true [[files]] diff --git a/config/desktop.toml b/config/desktop.toml index 144fe22e4..77abac441 100644 --- a/config/desktop.toml +++ b/config/desktop.toml @@ -131,27 +131,27 @@ redox [[files]] path = "/usr/bin" -data = "/bin" +data = "../bin" symlink = true [[files]] path = "/usr/games" -data = "/games" +data = "../games" symlink = true [[files]] path = "/usr/include" -data = "/include" +data = "../include" symlink = true [[files]] path = "/usr/lib" -data = "/lib" +data = "../lib" symlink = true [[files]] path = "/usr/share" -data = "/share" +data = "../share" symlink = true [[files]] diff --git a/config/jeremy.toml b/config/jeremy.toml index 756636836..dbcf24d62 100644 --- a/config/jeremy.toml +++ b/config/jeremy.toml @@ -232,27 +232,27 @@ redox [[files]] path = "/usr/bin" -data = "/bin" +data = "../bin" symlink = true [[files]] path = "/usr/games" -data = "/games" +data = "../games" symlink = true [[files]] path = "/usr/include" -data = "/include" +data = "../include" symlink = true [[files]] path = "/usr/lib" -data = "/lib" +data = "../lib" symlink = true [[files]] path = "/usr/share" -data = "/share" +data = "../share" symlink = true [[files]] diff --git a/config/maximal.toml b/config/maximal.toml index 7ec44cbfe..7cbfe6d7b 100644 --- a/config/maximal.toml +++ b/config/maximal.toml @@ -276,27 +276,27 @@ redox [[files]] path = "/usr/bin" -data = "/bin" +data = "../bin" symlink = true [[files]] path = "/usr/games" -data = "/games" +data = "../games" symlink = true [[files]] path = "/usr/include" -data = "/include" +data = "../include" symlink = true [[files]] path = "/usr/lib" -data = "/lib" +data = "../lib" symlink = true [[files]] path = "/usr/share" -data = "/share" +data = "../share" symlink = true [[files]] diff --git a/config/minimal.toml b/config/minimal.toml index 8838b2288..09da2f2e7 100644 --- a/config/minimal.toml +++ b/config/minimal.toml @@ -180,27 +180,27 @@ ptyd [[files]] path = "/usr/bin" -data = "/bin" +data = "../bin" symlink = true [[files]] path = "/usr/games" -data = "/games" +data = "../games" symlink = true [[files]] path = "/usr/include" -data = "/include" +data = "../include" symlink = true [[files]] path = "/usr/lib" -data = "/lib" +data = "../lib" symlink = true [[files]] path = "/usr/share" -data = "/share" +data = "../share" symlink = true [[files]] diff --git a/config/resist.toml b/config/resist.toml index 61ac32cdb..d6b1d00ae 100644 --- a/config/resist.toml +++ b/config/resist.toml @@ -113,27 +113,27 @@ redox [[files]] path = "/usr/bin" -data = "/bin" +data = "../bin" symlink = true [[files]] path = "/usr/games" -data = "/games" +data = "../games" symlink = true [[files]] path = "/usr/include" -data = "/include" +data = "../include" symlink = true [[files]] path = "/usr/lib" -data = "/lib" +data = "../lib" symlink = true [[files]] path = "/usr/share" -data = "/share" +data = "../share" symlink = true [[files]] diff --git a/config/server.toml b/config/server.toml index fcbe1e920..9b63ad518 100644 --- a/config/server.toml +++ b/config/server.toml @@ -115,27 +115,27 @@ redox [[files]] path = "/usr/bin" -data = "/bin" +data = "../bin" symlink = true [[files]] path = "/usr/games" -data = "/games" +data = "../games" symlink = true [[files]] path = "/usr/include" -data = "/include" +data = "../include" symlink = true [[files]] path = "/usr/lib" -data = "/lib" +data = "../lib" symlink = true [[files]] path = "/usr/share" -data = "/share" +data = "../share" symlink = true [[files]]