mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
ntfs-3g_ntfsprogs: install bins to /usr/bin
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
1389ac969c
commit
e4c9f8bc48
@ -26,6 +26,8 @@ cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--bindir=/usr/bin \
|
||||
--sbindir=/usr/bin \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--disable-dependency-tracking \
|
||||
|
@ -22,9 +22,7 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
mkdir -p $INSTALL/bin
|
||||
cp $PKG_BUILD/src/ntfs-3g $INSTALL/bin
|
||||
|
||||
mkdir -p $INSTALL/sbin
|
||||
ln -sf /bin/ntfs-3g $INSTALL/sbin/mount.ntfs
|
||||
ln -sf /bin/ntfs-3g $INSTALL/sbin/mount.ntfs-3g
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/src/ntfs-3g $INSTALL/usr/bin
|
||||
ln -sf ntfs-3g $INSTALL/usr/bin/mount.ntfs
|
||||
ln -sf ntfs-3g $INSTALL/usr/bin/mount.ntfs-3g
|
||||
|
Loading…
x
Reference in New Issue
Block a user