Just making sure on the paths on OPPM installation.

This commit is contained in:
Vexatos 2017-01-12 20:14:04 +01:00
parent 790f5976b9
commit 5c76be7fc5

View File

@ -5,4 +5,4 @@ if install.update then
io.stderr:write("Please run 'oppm update oppm' from an installed version\nof this program to update oppm.\n") io.stderr:write("Please run 'oppm update oppm' from an installed version\nof this program to update oppm.\n")
return return
end end
os.execute(install.from .. "usr/bin/oppm install --iKnowWhatIAmDoing -f oppm " .. install.to:gsub("//","/") .. install.root) os.execute(install.from:gsub("//","/") .. "usr/bin/oppm install --iKnowWhatIAmDoing -f oppm " .. install.to:gsub("//","/") .. install.root:gsub("//","/"))