this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Make /var/db if needed

+2
+2
src/xcselect/xcode-select.c
··· 160 160 doReset(); 161 161 162 162 umask(022); 163 + mkdir("/var/db", 0755); 164 + 163 165 if (symlink(buffer, "/var/db/xcode_select_link") != 0) 164 166 { 165 167 fprintf(stderr, "xcode-select: error: unable to create symlink: %s\n",