diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-06-08 15:10:58 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-06-08 15:10:58 +0100 |
commit | 2f0db7e57c5fabb1f4bc23244d09c1f89a1e0be7 (patch) | |
tree | e807ecbc1a2c23d44f9916ff3cf2d98979d77006 /media-video/flowblade/files/flowblade-1.8-install-dir-fix.patch | |
parent | de1c68f372effbdb5e12b9280c408b3e2a09be85 (diff) |
media-video/flowblade : new package
Diffstat (limited to 'media-video/flowblade/files/flowblade-1.8-install-dir-fix.patch')
-rw-r--r-- | media-video/flowblade/files/flowblade-1.8-install-dir-fix.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-video/flowblade/files/flowblade-1.8-install-dir-fix.patch b/media-video/flowblade/files/flowblade-1.8-install-dir-fix.patch new file mode 100644 index 00000000..762a3bbb --- /dev/null +++ b/media-video/flowblade/files/flowblade-1.8-install-dir-fix.patch @@ -0,0 +1,13 @@ +--- a/flowblade-trunk/flowblade 2016-09-21 22:45:02.443196996 -0300 ++++ b/flowblade-trunk/flowblade 2016-09-21 22:46:04.333198137 -0300 +@@ -35,9 +35,7 @@ + # Update sys.path to include modules + if launch_dir == "/usr/bin": + print "Running from installation..." +- modules_path = "/usr/share/flowblade/Flowblade" +- if not os.path.isdir(modules_path): +- modules_path = "/usr/share/pyshared/Flowblade" ++ modules_path = "/usr/share/flowblade" + print "modules path:", modules_path + else: + print "Running from filesystem..." |