summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Oppenlander2017-02-06 08:11:05 +1100
committerPatrick Oppenlander2017-02-06 08:11:05 +1100
commitd3ea33fc84301c1e2cdfe6594228ba19ed6890b8 (patch)
tree8dac2ad2bba3e753e705bc9fe12db40e8b7ce8d1
parent4ed36979cd30d80a194ff0f9ced15fef53213f8c (diff)
downloadaur-d3ea33fc84301c1e2cdfe6594228ba19ed6890b8.tar.gz
explicitly unzip source
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9617b66943e6..fd1934c519cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,8 +17,10 @@ install=pegdbserver_power.install
source=('file://S32_Power_Linux_v1.1.bin' 'license_gdb.pdf')
sha256sums=('f378b5e397d7664c36c02c86b69f7237ad525eac2109ac4ddb50404cb1132a97'
'6b135ddd5388f6a0dd1d1d9d6c6d7321423f391914312c4a4aafd9d851d10dbc')
+noextract=('S32_Power_Linux_v1.1.bin')
build() {
+ unzip S32_Power_Linux_v1.1.bin || true
unzip C_/MakingInstalers/Layout/eclipse_zg_ia_sf.jar plugins/com.pemicro.debug.gdbjtag.ppc_$pkgver/lin/*
unzip C_/MakingInstalers/Layout/Drivers_zg_ia_sf.jar libusb_64_32/*
}