From efdaf57f9930431ddbb9e44e1d7c61cea45c55a1 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 1 Jul 2018 22:35:09 +0200 Subject: [PATCH] Bummer --- dist/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/CMakeLists.txt b/dist/CMakeLists.txt index fe141f902..e1f6dd71c 100644 --- a/dist/CMakeLists.txt +++ b/dist/CMakeLists.txt @@ -10,5 +10,5 @@ if (UNIX) install(FILES ../data/icons/128x128/strawberry.png DESTINATION share/icons/hicolor/128x128/apps/) install(FILES ../data/icons/128x128/strawberry.svg DESTINATION share/icons/hicolor/scalable/apps/) install(FILES strawberry.desktop DESTINATION share/applications) - install(FILES strawberry.1 unix/strawberry-tagreader.1 DESTINATION share/man/man1) + install(FILES strawberry.1 strawberry-tagreader.1 DESTINATION share/man/man1) endif (UNIX)