mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
ntfs-3g: fix moving not existing directory
This commit is contained in:
parent
a016356aba
commit
61d6f0f15f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ distfiles="http://www.tuxera.com/opensource/${pkgname}_ntfsprogs-${version}.tgz"
|
||||||
checksum=97f996015d8316d4a272bd2629978e5e97072dd3cc148ce39802f8037c6538f2
|
checksum=97f996015d8316d4a272bd2629978e5e97072dd3cc148ce39802f8037c6538f2
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/{/usr/,}sbin/* ${DESTDIR}/usr/bin
|
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin
|
||||||
ln -sf ntfs-3g ${DESTDIR}/usr/bin/mount.ntfs
|
ln -sf ntfs-3g ${DESTDIR}/usr/bin/mount.ntfs
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue