Kaydet (Commit) 2d91373c authored tarafından S.Çağlar Onur's avatar S.Çağlar Onur

fix, not in rootfs

üst 3d4e28aa
......@@ -41,5 +41,5 @@ def make(parameters = ''):
raise MakeError(_('!!! Make failed...\n'))
def install(parameters = 'install'):
if system("scons prefix=%s/%s %s" % (get.installDIR(), get.defaultprefixDIR(), parameters)):
if system("scons prefix=%s %s" % (get.installDIR(), parameters)):
raise InstallError(_('!!! Install failed...\n'))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment