[tor-commits] [vidalia/alpha] Make dist-osx work on case sensitive OSX

chiiph at torproject.org chiiph at torproject.org
Fri Jan 6 13:56:33 UTC 2012


commit 40f2985fccfe02e201bb04adf61635e59fa1e8ea
Author: Tomás Touceda <chiiph at torproject.org>
Date:   Wed Jan 4 06:55:10 2012 -0300

    Make dist-osx work on case sensitive OSX
---
 pkg/osx/CMakeLists.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkg/osx/CMakeLists.txt b/pkg/osx/CMakeLists.txt
index 0dbb1df..eca7049 100644
--- a/pkg/osx/CMakeLists.txt
+++ b/pkg/osx/CMakeLists.txt
@@ -55,7 +55,7 @@ add_custom_target(dist-osx
     --source ${VIDALIA_APP_BUNDLE_ROOT}
     --target ${Vidalia_BINARY_DIR}/vidalia-${VERSION}-${DMG_ARCH}.dmg
     --sourcefile --volname "Vidalia ${VERSION}"
-    --icon ${Vidalia_SOURCE_DIR}/src/vidalia/res/icons/Vidalia.icns
+    --icon ${Vidalia_SOURCE_DIR}/src/vidalia/res/icons/vidalia.icns
     --symlink "/Applications:/Drag to here"
     --mkdir /.background
     --copy ${CMAKE_CURRENT_SOURCE_DIR}/background.png:/.background/
@@ -91,7 +91,7 @@ if (TOR_SOURCE_DIR AND SCRIPT_DIR)
       --source ${VIDALIA_APP_BUNDLE_ROOT}
       --target ${Vidalia_BINARY_DIR}/${bundle_DMG}
       --sourcefile --volname "Vidalia Bundle ${VERSION}"
-      --icon ${Vidalia_SOURCE_DIR}/src/vidalia/res/icons/Vidalia.icns
+      --icon ${Vidalia_SOURCE_DIR}/src/vidalia/res/icons/vidalia.icns
       --symlink "/Applications:/Drag to here"
       --mkdir /.background
       --copy ${CMAKE_CURRENT_SOURCE_DIR}/bundle-background.png:/.background/





More information about the tor-commits mailing list