Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 12 lines 677 B view raw
1diff -ru3 avidemux_2.6.15-old/avidemux_core/ADM_core/src/ADM_folder_linux.cpp avidemux_2.6.15/avidemux_core/ADM_core/src/ADM_folder_linux.cpp 2--- avidemux_2.6.15-old/avidemux_core/ADM_core/src/ADM_folder_linux.cpp 2016-11-23 02:13:41.406566362 +0300 3+++ avidemux_2.6.15/avidemux_core/ADM_core/src/ADM_folder_linux.cpp 2016-11-23 02:14:33.433566147 +0300 4@@ -92,7 +92,7 @@ 5 6 char *ADM_getInstallRelativePath(const char *base1, const char *base2, const char *base3) 7 { 8- return ADM_getRelativePath(ADM_INSTALL_DIR, base1, base2, base3); 9+ return ADM_getRelativePath(getenv("ADM_ROOT_DIR"), base1, base2, base3); 10 } 11 const std::string ADM_getI8NDir(const std::string &flavor) 12 {