aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wspython
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2012-08-23 10:34:45 +0000
committerJörg Mayer <jmayer@loplof.de>2012-08-23 10:34:45 +0000
commitb43901043a23656885b596c548d43b7da29fbd1e (patch)
tree72683425a9dbdd9a639f57a6dd0991e27405f367 /epan/wspython
parent11b1de0cdfb782d07c86126e06a94945c2bbffed (diff)
Remove commented out rules
Whitespace fixes svn path=/trunk/; revision=44629
Diffstat (limited to 'epan/wspython')
-rw-r--r--epan/wspython/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/wspython/CMakeLists.txt b/epan/wspython/CMakeLists.txt
index e99d17df56..ef565baa38 100644
--- a/epan/wspython/CMakeLists.txt
+++ b/epan/wspython/CMakeLists.txt
@@ -30,14 +30,14 @@ install(PROGRAMS
wspython/register-dissector.py
wspython/wspy_dissector.py
wspython/wspy_libws.py
- DESTINATION
+ DESTINATION
${CMAKE_INSTALL_DATADIR}/${CPACK_PACKAGE_NAME}/python/${CPACK_PACKAGE_VERSION}
)
install(DIRECTORY
wspython/wspy_dissectors
- DESTINATION
+ DESTINATION
${CMAKE_INSTALL_DATADIR}/${CPACK_PACKAGE_NAME}/python/${CPACK_PACKAGE_VERSION}
PATTERN ".svn" EXCLUDE
)