Fixed build error
authorJungmin Kim <jm15.kim@samsung.com>
Tue, 23 Apr 2013 10:17:29 +0000 (19:17 +0900)
committerJungmin Kim <jm15.kim@samsung.com>
Tue, 23 Apr 2013 10:35:22 +0000 (19:35 +0900)
Patch set 2:
Remove License file on target

Change-Id: Ia1a5b5ccfdf8847c130ce96027cd74f241756433

CMakeLists.txt
LICENSE [moved from LICENSE.Flora with 100% similarity]

index 8655120..b470b04 100755 (executable)
@@ -103,8 +103,6 @@ INSTALL(FILES ${CMAKE_SOURCE_DIR}/data/image/${PKG_NAME}.png DESTINATION /usr/sh
 # In security reason, supress the dbus auto activation
 INSTALL(FILES ${CMAKE_BINARY_DIR}/data/${PKG_NAME}.service DESTINATION /usr/share/dbus-1/services)
 
-INSTALL(FILES ${CMAKE_SOURCE_DIR}/LICENSE DESTINATION /usr/share/license RENAME ${PKG_NAME})
-
 # install application HOME directory
 INSTALL(DIRECTORY DESTINATION ${DATADIR})
 
similarity index 100%
rename from LICENSE.Flora
rename to LICENSE