ghidra: add tmp/ to builddir

This commit is contained in:
ptrcnull 2021-04-11 16:07:01 +02:00
parent 69aa39cfdc
commit 2f48526bda

View file

@ -2,7 +2,7 @@
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me> # Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=ghidra pkgname=ghidra
pkgver=9.2 pkgver=9.2
pkgrel=0 pkgrel=1
pkgdesc="Software reverse engineering (SRE) framework" pkgdesc="Software reverse engineering (SRE) framework"
url="https://ghidra-sre.org/" url="https://ghidra-sre.org/"
arch="x86_64" arch="x86_64"
@ -13,7 +13,7 @@ install=""
subpackages="" subpackages=""
_filename="${pkgname}-${pkgver}_1.x86_64-musl.xbps" _filename="${pkgname}-${pkgver}_1.x86_64-musl.xbps"
source="https://alpha.de.repo.voidlinux.org/current/musl/$_filename" source="https://alpha.de.repo.voidlinux.org/current/musl/$_filename"
builddir="$srcdir/" builddir="$srcdir/tmp"
build() { build() {
zstd -d $(realpath $_filename) -o package.tar zstd -d $(realpath $_filename) -o package.tar