this repo has no description
1
fork

Configure Feed

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

Fix unxip installation

+1 -1
+1 -1
src/unxip/CMakeLists.txt
··· 12 12 target_link_libraries(xip_extract_cpio system lzma xar) 13 13 14 14 install(TARGETS xip_extract_cpio DESTINATION libexec/darling/usr/libexec) 15 - install(FILES unxip DESTINATION libexec/darling/usr/bin) 15 + install(PROGRAMS unxip DESTINATION libexec/darling/usr/bin) 16 16