[SCM] supercollider/master: Fix permissions of SCVim.sc (should not be executable)

danstowell-guest at users.alioth.debian.org danstowell-guest at users.alioth.debian.org
Sat Apr 7 15:21:07 UTC 2012


The following commit has been merged in the master branch:
commit a50769e79c22994ecfae902e16e224eb9f6fcf1d
Author: Dan Stowell <danstowell at users.sourceforge.net>
Date:   Sat Apr 7 15:55:40 2012 +0100

    Fix permissions of SCVim.sc (should not be executable)

diff --git a/debian/patches/fix_scvim.sc_permissions.patch b/debian/patches/fix_scvim.sc_permissions.patch
new file mode 100644
index 0000000..1e92af0
--- /dev/null
+++ b/debian/patches/fix_scvim.sc_permissions.patch
@@ -0,0 +1,18 @@
+Index: supercollider/editors/scvim/CMakeLists.txt
+===================================================================
+--- supercollider.orig/editors/scvim/CMakeLists.txt	2012-04-07 15:52:56.990369789 +0100
++++ supercollider/editors/scvim/CMakeLists.txt	2012-04-07 15:53:28.854369634 +0100
+@@ -18,11 +18,11 @@
+ IF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
+ 	install(FILES scclasses/SCVim.sc
+ 			DESTINATION /Library/Application\ Support/SuperCollider/Extensions/scvim
+-			PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
++			PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)
+ ELSE()
+ 	install(FILES scclasses/SCVim.sc
+          DESTINATION share/SuperCollider/Extensions/scvim
+-	 PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
++	 PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)
+ ENDIF()
+ 
+ install(FILES scvimrc SCVim.scd
diff --git a/debian/patches/series b/debian/patches/series
index 9e29c4f..fa04c7b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 install_readme_extensions.patch
+fix_scvim.sc_permissions.patch

-- 
supercollider packaging



More information about the pkg-multimedia-commits mailing list