this repo has no description
1
fork

Configure Feed

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

Install /usr/share/zoneinfo symlink

+2
+2
CMakeLists.txt
··· 79 79 InstallSymlink(/Volumes/SystemRoot/lib ${CMAKE_INSTALL_PREFIX}/libexec/darling/lib) 80 80 InstallSymlink(/Volumes/SystemRoot/lib64 ${CMAKE_INSTALL_PREFIX}/libexec/darling/lib64) 81 81 82 + InstallSymlink(/Volumes/SystemRoot/usr/share/zoneinfo ${CMAKE_INSTALL_PREFIX}/libexec/darling/usr/share/zoneinfo) 83 + 82 84 # Our udev rules, so /dev/mach has 0666 permissions 83 85 install(DIRECTORY etc/udev DESTINATION /etc) 84 86