Remove install target for non-existant directory. --- a/src/CMakeLists.txt 2015-09-13 20:52:28.517344327 +0200 +++ b/src/CMakeLists.txt 2015-09-13 20:53:04.842453987 +0200 @@ -122,12 +122,6 @@ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications ) - install( - FILES - ${MARS_SOURCE_DIR}/resources/mars - DESTINATION - ${CMAKE_INSTALL_PREFIX}/share/menu - ) else(UNIX) # executable ef='/'>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
AgeCommit message (Expand)Author
2021-10-14Add git configuration templates to improve diff hunk header detection....This is a follow-up to commit 9fc8ae4171e5da4939a64fc6d684c8b9d85bbe84, which missed two hunks from <https://issues.guix.gnu.org/50363>. Reported by hackeryarn on #guix. * .gitattributes, etc/git/gitconfig: New files. Signed-off-by: Marius Bakke <marius@gnu.org> Sarah Morgensen