fix PKGBUILD
This commit is contained in:
2
.SRCINFO
2
.SRCINFO
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = windows2usb
|
pkgbase = windows2usb
|
||||||
pkgdesc = Windows 7/8/8.1/10 ISO to Flash Drive burning utility for Linux (MBR/GPT, BIOS/UEFI, FAT32/NTFS)
|
pkgdesc = Windows 7/8/8.1/10 ISO to Flash Drive burning utility for Linux (MBR/GPT, BIOS/UEFI, FAT32/NTFS)
|
||||||
pkgver = 0.2.1
|
pkgver = 0.2.1
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/ValdikSS/windows2usb
|
url = https://github.com/ValdikSS/windows2usb
|
||||||
arch = any
|
arch = any
|
||||||
license = Apache
|
license = Apache
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@@ -2,7 +2,7 @@
|
|||||||
# Contributor: K900 <me@0upti.me>
|
# Contributor: K900 <me@0upti.me>
|
||||||
pkgname=windows2usb
|
pkgname=windows2usb
|
||||||
pkgver=0.2.1
|
pkgver=0.2.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Windows 7/8/8.1/10 ISO to Flash Drive burning utility for Linux (MBR/GPT, BIOS/UEFI, FAT32/NTFS)"
|
pkgdesc="Windows 7/8/8.1/10 ISO to Flash Drive burning utility for Linux (MBR/GPT, BIOS/UEFI, FAT32/NTFS)"
|
||||||
arch=("any")
|
arch=("any")
|
||||||
url="https://github.com/ValdikSS/windows2usb"
|
url="https://github.com/ValdikSS/windows2usb"
|
||||||
@@ -16,7 +16,7 @@ sha512sums=('SKIP'
|
|||||||
'bfdf696ffc967e93aebdd480b40a585e6d03b5660fd07ab9b06bfad6279e0b7f8e371b3c1d9081779721c1085faf86657bbc9003a7cb35b459f36e68743f3850')
|
'bfdf696ffc967e93aebdd480b40a585e6d03b5660fd07ab9b06bfad6279e0b7f8e371b3c1d9081779721c1085faf86657bbc9003a7cb35b459f36e68743f3850')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -D -t "${pkgdir}/usr/share/${pkgname}/uefi-ntfs.img" -m 644 uefi-ntfs.img
|
install -D -t "${pkgdir}/usr/share/${pkgname}/" -m 644 uefi-ntfs.img
|
||||||
install -D -t "${pkgdir}/usr/bin/" -m 755 ${pkgname}/${pkgname}
|
install -D -t "${pkgdir}/usr/bin/" -m 755 ${pkgname}/${pkgname}
|
||||||
}
|
}
|
||||||
# vim: ts=4 sw=4:
|
# vim: ts=4 sw=4:
|
||||||
|
Reference in New Issue
Block a user