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
This commit is contained in:
Lynix 2016-09-25 02:42:40 +02:00
parent 87437e80af
commit 48c0315ea6
1 changed files with 1 additions and 1 deletions

View File

@ -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