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