[vlmc-devel] commit: Don't copy icns icon file in Linux (Rohit Yadav )
git at videolan.org
git at videolan.org
Tue Jun 8 22:06:37 CEST 2010
vlmc | branch: master | Rohit Yadav <rohityadav89 at gmail.com> | Mon Jun 7 18:24:50 2010 +0200| [4a5ad6b8153d9d58c84c8ac00a555f44c2bce081] | committer: Hugo Beauzée-Luyssen
Don't copy icns icon file in Linux
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h at gmail.com>
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=4a5ad6b8153d9d58c84c8ac00a555f44c2bce081
---
CMakeLists.txt | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 28fe00d..c02fd9d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -147,6 +147,7 @@ INSTALL (FILES share/vlmc.png DESTINATION ${VLMC_PIXMAPS_DIR})
INSTALL (DIRECTORY share/ DESTINATION ${VLMC_DATA_DIR}
PATTERN "*.desktop" EXCLUDE
PATTERN "*.ico" EXCLUDE
+ PATTERN "*.icns" EXCLUDE
PATTERN "vlmc.png" EXCLUDE)
#############################################################
More information about the Vlmc-devel
mailing list