[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/apps/konqueror/client
From:       Laurent Montel <montel () kde ! org>
Date:       2007-08-30 7:12:38
Message-ID: 1188457958.631966.25053.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 706379 by mlaurent:

Not install shell script on windows (and it's an update script so it's not 
a problem there was not a konqueror on windows before kde4)


 M  +4 -3      CMakeLists.txt  


--- trunk/KDE/kdebase/apps/konqueror/client/CMakeLists.txt #706378:706379
@@ -18,6 +18,7 @@
 install(TARGETS kfmclient DESTINATION ${BIN_INSTALL_DIR})
 
 ########### install files ###############
-
-install( FILES kfmclient_3_2.upd  DESTINATION  ${KCONF_UPDATE_INSTALL_DIR} )
-install( PROGRAMS kfmclient_3_2_update.sh  DESTINATION  ${KCONF_UPDATE_INSTALL_DIR} )
+if( NOT WIN32)
+  install( FILES kfmclient_3_2.upd  DESTINATION  ${KCONF_UPDATE_INSTALL_DIR} )
+  install( PROGRAMS kfmclient_3_2_update.sh  DESTINATION  ${KCONF_UPDATE_INSTALL_DIR} )
+endif( NOT WIN32)
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic