diff --git a/CMakeLists.txt b/CMakeLists.txt index d89addbd4..b5b0884e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -661,4 +661,4 @@ if (NOT WIN32 AND NOT DPKG_PROGRAM) # Install resources INSTALL(DIRECTORY "${OpenMW_BINARY_DIR}/resources" DESTINATION "${DATADIR}" ) INSTALL(FILES "${OpenMW_BINARY_DIR}/launcher.qss" DESTINATION "${DATADIR}/resources" ) -endif(NOT WIN32) \ No newline at end of file +endif(NOT WIN32 AND NOT DPKG_PROGRAM)