make it executable
authorStephan Kulow <coolo@suse.de>
Thu, 8 Nov 2007 12:10:03 +0000 (12:10 +0000)
committerStephan Kulow <coolo@suse.de>
Thu, 8 Nov 2007 12:10:03 +0000 (12:10 +0000)
tools/CMakeLists.txt

index ba9983a..91eb86d 100644 (file)
@@ -57,5 +57,4 @@ install(TARGETS dumpattr
                 rpmdb2solv
    DESTINATION ${BIN_INSTALL_DIR} )
 
-install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/repo2solv.sh 
-        DESTINATION ${BIN_INSTALL_DIR} )
+install(PROGRAMS repo2solv.sh DESTINATION ${BIN_INSTALL_DIR} )