From 48c0315ea6515f7eb85040ec84c4276794d8bfec Mon Sep 17 00:00:00 2001 From: Lynix Date: Sun, 25 Sep 2016 02:42:40 +0200 Subject: [PATCH] Build/Package: Fix copy of Nazara binaries/libraries in case of subdirectory detection Former-commit-id: 2d9c61f9b2bf807713006e3b07b1b75a1774bf4a [formerly 21dce208c2e7be41bf41f5b80f4f4e2b04958138] [formerly f0ae51fedea218bd271bb428ba3a4e0716448ab9 [formerly 42d377e32c3c37a20ff397fbcdefb6544be592ec]] Former-commit-id: 369f2d92b951e25c58069efdb8025f98200f0fd9 [formerly 505203a72e7e234bab68e55a25bdf1b5bdae1c5b] Former-commit-id: 676549eda0b4d80f310e3c75994fef339dfa406b --- build/scripts/actions/package.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/actions/package.lua b/build/scripts/actions/package.lua index a03aaae2f..254bbec26 100644 --- a/build/scripts/actions/package.lua +++ b/build/scripts/actions/package.lua @@ -15,7 +15,7 @@ ACTION.Function = function () elseif (#libDirs == 0) then error("No subdirectory was found in the lib directory, have you built the engine yet?") else - libDir = libDirs[1] + libDir = libDirs[1] .. "/" print("No directory was set by the --pack-libdir command, \"" .. libDir .. "\" will be used") end else