[med-svn] r4937 - trunk/packages/gofigure2/trunk/debian/patches
Mathieu Malaterre
malat-guest at alioth.debian.org
Sat Jun 26 01:27:53 UTC 2010
Author: malat-guest
Date: 2010-06-26 01:27:53 +0000 (Sat, 26 Jun 2010)
New Revision: 4937
Modified:
trunk/packages/gofigure2/trunk/debian/patches/apple_bundle_fix.patch
Log:
really remove installation of licenses
Modified: trunk/packages/gofigure2/trunk/debian/patches/apple_bundle_fix.patch
===================================================================
--- trunk/packages/gofigure2/trunk/debian/patches/apple_bundle_fix.patch 2010-06-26 01:25:20 UTC (rev 4936)
+++ trunk/packages/gofigure2/trunk/debian/patches/apple_bundle_fix.patch 2010-06-26 01:27:53 UTC (rev 4937)
@@ -37,7 +37,7 @@
INSTALL( CODE "
file( GLOB_RECURSE QTPLUGINS
\"\${CMAKE_INSTALL_PREFIX}/${plugin_dest_dir}/plugins/*${CMAKE_SHARED_LIBRARY_SUFFIX}\" )
-@@ -256,8 +258,6 @@
+@@ -256,14 +258,12 @@
fixup_bundle(\"${APPS}\" \"\${QTPLUGINS}\" \"${DIRS}\")
" COMPONENT Runtime
)
@@ -46,3 +46,12 @@
INSTALL( FILES ${GOFIGURE2_LICENSE_FILES}
DESTINATION ${plugin_dest_dir}/Licenses
COMPONENT Runtime
+ )
+ ELSE( APPLE )
+- INSTALL( FILES ${GOFIGURE2_LICENSE_FILES}
+- DESTINATION Licenses COMPONENT Runtime
+- )
++ #INSTALL( FILES ${GOFIGURE2_LICENSE_FILES}
++ # DESTINATION Licenses COMPONENT Runtime
++ # )
+ ENDIF( APPLE )
More information about the debian-med-commit
mailing list