Kaydet (Commit) 80e724dd authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

kerneltools icin ufak tefek duzenlemelere devam.

üst 499cbe35
......@@ -45,7 +45,8 @@ def save_headers():
shelltools.system("cp -rv include/* {}/headers/include/".format(get.pkgDIR()))
def install_headers():
os.makedirs(join_path(get.installDIR(), "/usr/"))
if not shelltools.can_access_directory(join_path(get.installDIR(), "/usr/")):
os.makedirs(join_path(get.installDIR(), "/usr/"))
shelltools.system("cp -rv {}/headers/* {}/usr/include".format(get.pkgDIR(), get.installDIR()))
......
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