← Back to team overview

ayatana-commits team mailing list archive

[Branch ~agateau/libindicate-qt/trunk] Rev 78: Updated archive name of project.

 

------------------------------------------------------------
revno: 78
tags: 0.2.0
committer: Aurelien Gateau <aurelien.gateau@xxxxxxxxxxxxx>
branch nick: libindicate-qt
timestamp: Thu 2009-09-10 15:38:41 +0200
message:
  Updated archive name of project.
modified:
  CMakeLists.txt


--
lp:libindicate-qt
https://code.launchpad.net/~agateau/libindicate-qt/trunk

Your team ayatana-commits is subscribed to branch lp:libindicate-qt.
To unsubscribe from this branch go to https://code.launchpad.net/~agateau/libindicate-qt/trunk/+edit-subscription.
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt	2009-09-10 13:36:47 +0000
+++ CMakeLists.txt	2009-09-10 13:38:41 +0000
@@ -3,7 +3,7 @@
 set(indicate_qt_VERSION 0.2.0)
 
 # Packaging
-set(ARCHIVE_NAME ${CMAKE_PROJECT_NAME}-${indicate_qt_VERSION})
+set(ARCHIVE_NAME libindicate-qt-${indicate_qt_VERSION})
 add_custom_target(dist
     COMMAND bzr export --root=${ARCHIVE_NAME} ${CMAKE_BINARY_DIR}/${ARCHIVE_NAME}.tar.bz2
     WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})