From 080f32a3a3e1b3044880ce5fac84dc01dabc4f0e Mon Sep 17 00:00:00 2001 From: David P Date: Wed, 16 May 2018 15:17:31 -0400 Subject: remove deprecated [libre] packages Signed-off-by: David P --- libre/luxmark/system_scenes.diff | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 libre/luxmark/system_scenes.diff (limited to 'libre/luxmark/system_scenes.diff') diff --git a/libre/luxmark/system_scenes.diff b/libre/luxmark/system_scenes.diff deleted file mode 100644 index f55ec1951..000000000 --- a/libre/luxmark/system_scenes.diff +++ /dev/null @@ -1,21 +0,0 @@ -diff -rup luxrender-luxmark-985b948aa5c7/src/main.cpp luxrender-luxmark-985b948aa5c7.new/src/main.cpp ---- luxrender-luxmark-985b948aa5c7/src/main.cpp 2015-02-25 10:46:48.000000000 +0100 -+++ luxrender-luxmark-985b948aa5c7.new/src/main.cpp 2015-03-12 23:01:53.971856726 +0100 -@@ -125,16 +125,7 @@ int main(int argc, char **argv) { - return EXIT_SUCCESS; - else { - app.Init(mode, scnName, singleRun, singleRunExtInfo); -- -- // If current directory doesn't have the "scenes" directory, move -- // to where the executable is -- if (!boost::filesystem::exists("./scenes")) { -- // Look for the directory where LuxMark executable is installed -- boost::filesystem::path exePath(boost::filesystem::initial_path()); -- exePath = boost::filesystem::system_complete(boost::filesystem::path(argv[0])).parent_path(); -- // Set the current directory to where the binary is -- boost::filesystem::current_path(exePath); -- } -+ boost::filesystem::current_path("/usr/share/luxmark"); - - // Force C locale - setlocale(LC_NUMERIC, "C"); -- cgit v1.2.3