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

kerneltools içinde ufacık düzeltme.

üst 291da43c
......@@ -188,13 +188,13 @@ def install(distro=""):
inarytools.insinto(
"/boot/",
"arch/x86/boot/bzImage",
"{}-{}".format(suffix, distro))
"linux-{}-{}".format(suffix, distro))
# Install defconfig
inarytools.insinto(
"/boot/",
".config",
"{}-{}.config".format(suffix, distro))
"linux-{}-{}.config".format(suffix, distro))
# Install the modules
# mod-fw= avoids firmwares from installing
......@@ -323,9 +323,6 @@ def installLibcHeaders(excludes=None):
cpio -pVd --preserve-modification-time {}".format(headers_dir))
# Remove sound/ directory which is installed by alsa-headers
shelltools.system("rm -rf {}/sound".format(headers_dir))
# Remove possible excludes given by actions.py
if excludes:
shelltools.system(
......
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