mirror of
https://github.com/YellowJacketLinux/lfs-buildscripts.git
synced 2025-01-23 14:32:20 +08:00
minor fixes
This commit is contained in:
parent
dfb94c9fd5
commit
7cbbce6b75
@ -25,3 +25,5 @@ mkdir -p ${LFS}/tools
|
|||||||
chown lfs ${LFS}/{usr{,/*},lib,var,etc,bin,sbin,tools}
|
chown lfs ${LFS}/{usr{,/*},lib,var,etc,bin,sbin,tools}
|
||||||
chown lfs ${LFS}/lib64
|
chown lfs ${LFS}/lib64
|
||||||
|
|
||||||
|
mkdir -p ${LFS}/sources
|
||||||
|
chown lfs ${LFS}/sources
|
||||||
|
@ -47,6 +47,8 @@ install -D -m644 .config /boot/config-${KVSTRING}
|
|||||||
install -m644 System.map /boot/System.map-${KVSTRING}
|
install -m644 System.map /boot/System.map-${KVSTRING}
|
||||||
install -m644 arch/x86_64/boot/bzImage /boot/vmlinuz-${KVSTRING}
|
install -m644 arch/x86_64/boot/bzImage /boot/vmlinuz-${KVSTRING}
|
||||||
|
|
||||||
|
[ ! -d /usr/share/doc/linux ] && mkdir -p /usr/share/doc/linux
|
||||||
|
|
||||||
cp -r Documentation /usr/share/doc/linux/linux-${linux_lts_version}
|
cp -r Documentation /usr/share/doc/linux/linux-${linux_lts_version}
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
Loading…
Reference in New Issue
Block a user