OSDN Git Service

install: set permissions on the shared lib too
authorAndrew Chadwick <andrewc-git@piffle.org>
Sun, 14 Aug 2011 23:48:35 +0000 (00:48 +0100)
committerAndrew Chadwick <andrewc-git@piffle.org>
Sun, 14 Aug 2011 23:48:35 +0000 (00:48 +0100)
SConstruct

index 4c4d05c..ff99e80 100644 (file)
@@ -150,7 +150,7 @@ install_tree('$prefix/share', 'desktop/icons')
 install_perms('$prefix/share/applications', 'desktop/mypaint.desktop')
 
 # location for achitecture-dependent modules
-env.Install('$prefix/lib/mypaint', module)
+install_perms('$prefix/lib/mypaint', module)
 
 # Program and supporting UI XML
 install_perms('$prefix/bin', 'mypaint', perms=0755)