]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
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 ba9983aa7c344ba0cba04298155e419c230baa87..91eb86d4649ee29199b44fe774cbf1c9f9170122 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} )