
























@rtmpdavid: done! thank you
The PKGBUILD produces a package with this directory structure:
pkg/windows2usb/usr/share/windows2usb/uefi-ntfs.img/uefi-ntfs.img
Which leads to this error
cat: /usr/share/windows2usb/uefi-ntfs.img: Is a directory
Please replace the following line
19 install -D -t "${pkgdir}/usr/share/${pkgname}/uefi-ntfs.img" -m 644 uefi-ntfs.img
With something like
19 install -D -t "${pkgdir}/usr/share/${pkgname}/" -m 644 uefi-ntfs.img
To fix
makedepends is missing git
working flawless. Thank you.
Can you check package? It gives correction error.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
ntfs-3g will be separated to 2 packages. Depend on ntfsprogs if possible.