mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
dosfstools: use unified /usr
This commit is contained in:
parent
3a15ba32e6
commit
011f81f2bf
@ -50,10 +50,10 @@ make_host() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
makeinstall_init() {
|
makeinstall_init() {
|
||||||
mkdir -p $INSTALL/sbin
|
mkdir -p $INSTALL/usr/sbin
|
||||||
cp fsck.fat $INSTALL/sbin
|
cp fsck.fat $INSTALL/usr/sbin
|
||||||
ln -sf fsck.fat $INSTALL/sbin/fsck.msdos
|
ln -sf fsck.fat $INSTALL/usr/sbin/fsck.msdos
|
||||||
ln -sf fsck.fat $INSTALL/sbin/fsck.vfat
|
ln -sf fsck.fat $INSTALL/usr/sbin/fsck.vfat
|
||||||
}
|
}
|
||||||
|
|
||||||
makeinstall_host() {
|
makeinstall_host() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user