make sure wrapper is executable debian/13.05.1
authorBdale Garbee <bdale@gag.com>
Sun, 18 Aug 2013 01:00:20 +0000 (03:00 +0200)
committerBdale Garbee <bdale@gag.com>
Sun, 18 Aug 2013 01:00:20 +0000 (03:00 +0200)
update-openrocket

index 53850fba619605bc4a4940a87b3a97f2891013d7..79c85e07fb159ead3d4692a486dbf4e1f370ca54 100755 (executable)
@@ -175,6 +175,7 @@ case "$ACTION" in
 
                        echo "#!/bin/sh" > /usr/bin/openrocket
                        echo "exec java -jar /usr/lib/openrocket/OpenRocket-$upstream.jar \"\$@\"" >> /usr/bin/openrocket
+                       chmod +x /usr/bin/openrocket
 
                        [ "$verbose" != "yes" ] || ( get_installed_version && echo "OpenRocket version: $installed" )