this repo has no description
1
fork

Configure Feed

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

Bring back /etc/localtime symlink

authored by

Sergey Bugaev and committed by
GitHub
c02625fb 3f15ff9f

+1
+1
CMakeLists.txt
··· 94 94 InstallSymlink(/proc/self/mounts ${CMAKE_INSTALL_PREFIX}/libexec/darling/etc/mtab) 95 95 InstallSymlink(/Volumes/SystemRoot/etc/passwd ${CMAKE_INSTALL_PREFIX}/libexec/darling/etc/passwd) 96 96 InstallSymlink(/Volumes/SystemRoot/etc/group ${CMAKE_INSTALL_PREFIX}/libexec/darling/etc/group) 97 + InstallSymlink(/Volumes/SystemRoot/etc/localtime ${CMAKE_INSTALL_PREFIX}/libexec/darling/etc/localtime) 97 98 98 99 install(DIRECTORY DESTINATION libexec/darling/etc/ld.so.conf.d) 99 100 install(CODE "execute_process(COMMAND bash ${DARLING_TOP_DIRECTORY}/src/setup-ld-so.sh WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX}/libexec/darling)")