ntfs-3g: fix moving not existing directory

This commit is contained in:
Duncaen 2015-05-22 21:54:06 +02:00
parent a016356aba
commit 61d6f0f15f

View File

@ -17,7 +17,7 @@ distfiles="http://www.tuxera.com/opensource/${pkgname}_ntfsprogs-${version}.tgz"
checksum=97f996015d8316d4a272bd2629978e5e97072dd3cc148ce39802f8037c6538f2
post_install() {
mv ${DESTDIR}/{/usr/,}sbin/* ${DESTDIR}/usr/bin
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin
ln -sf ntfs-3g ${DESTDIR}/usr/bin/mount.ntfs
}