ntfs-3g: fix moving not existing directory
This commit is contained in:
parent
a016356aba
commit
61d6f0f15f
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue