diff --git a/config/acid.toml b/config/acid.toml index 9427675..a7cb3ea 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 eebaf41..b481df3 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 144fe22..77abac4 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 7566368..dbcf24d 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 7ec44cb..7cbfe6d 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 8838b22..09da2f2 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 61ac32c..d6b1d00 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 fcbe1e9..9b63ad5 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]]