mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
Merge pull request #5566 from heitbaum/init
parted: update that if INITRAMFS_PARTED_SUPPORT is set to "yes" then files are placed in /usr/sbin
This commit is contained in:
commit
a98f74875b
@ -34,9 +34,9 @@ make_init() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
makeinstall_init() {
|
makeinstall_init() {
|
||||||
mkdir -p ${INSTALL}/sbin
|
mkdir -p ${INSTALL}/usr/sbin
|
||||||
cp ../.${TARGET_NAME}/parted/parted ${INSTALL}/sbin
|
cp ../.${TARGET_NAME}/parted/parted ${INSTALL}/usr/sbin
|
||||||
cp ../.${TARGET_NAME}/partprobe/partprobe ${INSTALL}/sbin
|
cp ../.${TARGET_NAME}/partprobe/partprobe ${INSTALL}/usr/sbin
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user