this repo has no description
1
fork

Configure Feed

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

Merge remote-tracking branch 'origin'

+1 -1
+1 -1
src/setup-ld-so.sh
··· 3 3 # This runs as root, 4 4 # with the current directory set to ${CMAKE_INSTALL_PREFIX}/libexec/darling 5 5 6 - for file in /etc/ld.so.conf $(find /etc/ld.so.conf.d/ -type f); do 6 + for file in /etc/ld.so.conf $(find -L /etc/ld.so.conf.d/ -type f); do 7 7 # Copy lines from e.g. /etc/ld.so.conf into ./etc/ld.so.conf, 8 8 # prepending "/Volumes/SystemRoot" to each line that starts with a slash 9 9 awk '/^\// { print "/Volumes/SystemRoot" $0 }; /^[^\/]/' $file > .$file