Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37847410
en ru br
ALT Linux repositórios
S:1.2.4-alt1_14jpp11

Group :: Desenvolvimento/Outros
RPM: flexdock

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: flexdock-jni.patch
Download


--- ./src/java/core/org/flexdock/util/ResourceManager.java	2007-01-02 10:15:46.000000000 +1100
+++ -	2008-10-26 19:41:32.207448092 +1100
@@ -313,7 +313,8 @@
         }
 
         // determine a file from which we can load our library.
-        File file = new File(System.getProperty("user.home") + "/flexdock");
+        // FEDORA PATCH -- Override java search location
+        File file = new File("@@libdir_name@@");
         file.mkdirs();
         file = new File(file.getAbsolutePath() + "/" + library
                 + LIBRARY_EXTENSION);
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009