diff options
Diffstat (limited to 'sci-misc/mendeleydesktop/files/mendeleydesktop-1.17.8-unix-distro-build.patch')
-rw-r--r-- | sci-misc/mendeleydesktop/files/mendeleydesktop-1.17.8-unix-distro-build.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sci-misc/mendeleydesktop/files/mendeleydesktop-1.17.8-unix-distro-build.patch b/sci-misc/mendeleydesktop/files/mendeleydesktop-1.17.8-unix-distro-build.patch deleted file mode 100644 index dffd69df6b56..000000000000 --- a/sci-misc/mendeleydesktop/files/mendeleydesktop-1.17.8-unix-distro-build.patch +++ /dev/null @@ -1,16 +0,0 @@ -Patch to force --unix-distro-build. - -Patch by Marius Brehler <marbre@linux.sungazer.de> ---- a/bin/mendeleydesktop -+++ b/bin/mendeleydesktop -@@ -159,10 +167,7 @@ def mendeley_desktop_arguments(): - """ Returns a list with the argumetns to be appended to Mendeley Desktop. """ - extra_args = sys.argv[1:] - -- if is_linux_distro_build(): -- # Enable Linux distro specific changes (eg. in auto-update -- # handling) -- extra_args = extra_args + ["--unix-distro-build"] -+ extra_args = extra_args + ["--unix-distro-build"] - - use_debugger = sys.argv.count("--debug") > 0 |