ntfs-3g_ntfsprogs: install bins to /usr/bin

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-11-05 01:01:13 +01:00
parent 1389ac969c
commit e4c9f8bc48
2 changed files with 6 additions and 6 deletions

View File

@ -26,6 +26,8 @@ cd $PKG_BUILD
./configure --host=$TARGET_NAME \ ./configure --host=$TARGET_NAME \
--build=$HOST_NAME \ --build=$HOST_NAME \
--prefix=/usr \ --prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/bin \
--enable-shared \ --enable-shared \
--disable-static \ --disable-static \
--disable-dependency-tracking \ --disable-dependency-tracking \

View File

@ -22,9 +22,7 @@
. config/options $1 . config/options $1
mkdir -p $INSTALL/bin mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/src/ntfs-3g $INSTALL/bin cp $PKG_BUILD/src/ntfs-3g $INSTALL/usr/bin
ln -sf ntfs-3g $INSTALL/usr/bin/mount.ntfs
mkdir -p $INSTALL/sbin ln -sf ntfs-3g $INSTALL/usr/bin/mount.ntfs-3g
ln -sf /bin/ntfs-3g $INSTALL/sbin/mount.ntfs
ln -sf /bin/ntfs-3g $INSTALL/sbin/mount.ntfs-3g