File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ constexpr auto c_versionFile = "/etc/versions.txt";
2323constexpr auto c_versionMount = SHARE_PATH " /versions.txt" ;
2424constexpr auto c_shareDocsDir = " /usr/share/doc" ;
2525constexpr auto c_shareDocsMount = SHARE_PATH " /doc" ;
26- constexpr auto c_x11RuntimeDir = SHARE_PATH " /.X11-unix" ;
2726constexpr auto c_xdgRuntimeDir = SHARE_PATH " /runtime-dir" ;
2827constexpr auto c_stdErrLogFile = SHARE_PATH " /stderr.log" ;
2928
@@ -289,9 +288,6 @@ try {
289288 THROW_LAST_ERROR_IF (chown (c_dbusDir, passwordEntry->pw_uid , passwordEntry->pw_gid ) < 0 );
290289 THROW_LAST_ERROR_IF (chmod (c_dbusDir, 0777 ) < 0 );
291290
292- std::filesystem::create_directories (c_x11RuntimeDir);
293- THROW_LAST_ERROR_IF (chmod (c_x11RuntimeDir, 0777 ) < 0 );
294-
295291 std::filesystem::create_directories (c_xdgRuntimeDir);
296292 THROW_LAST_ERROR_IF (chown (c_xdgRuntimeDir, passwordEntry->pw_uid , passwordEntry->pw_gid ) < 0 );
297293 THROW_LAST_ERROR_IF (chmod (c_xdgRuntimeDir, 0777 ) < 0 );
You can’t perform that action at this time.
0 commit comments