mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07: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:
@@ -34,9 +34,9 @@ make_init() {
|
||||
}
|
||||
|
||||
makeinstall_init() {
|
||||
mkdir -p ${INSTALL}/sbin
|
||||
cp ../.${TARGET_NAME}/parted/parted ${INSTALL}/sbin
|
||||
cp ../.${TARGET_NAME}/partprobe/partprobe ${INSTALL}/sbin
|
||||
mkdir -p ${INSTALL}/usr/sbin
|
||||
cp ../.${TARGET_NAME}/parted/parted ${INSTALL}/usr/sbin
|
||||
cp ../.${TARGET_NAME}/partprobe/partprobe ${INSTALL}/usr/sbin
|
||||
}
|
||||
|
||||
pre_configure_target() {
|
||||
|
||||
Reference in New Issue
Block a user