summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsolsTiCe d'Hiver2022-09-07 17:30:25 +0200
committersolsTiCe d'Hiver2022-09-07 17:30:25 +0200
commitbc375ae4494ede34503560ab7c799c66b2aaebfd (patch)
tree7b669b8eb32d037c370ad9a09c90b19185150564 /PKGBUILD
parentbdfe1e9e500c40f5096b6d125706977a7895bb38 (diff)
downloadaur-binfmt-qemu-static.tar.gz
Add the P (preserve-argv[0]) field as requested by @rapiz
* feedback on this is welcome; either this is a bad or good thing
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22cab139830c..0fc9404428a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="http://www.freedesktop.org/software/systemd/man/binfmt.d.html"
license=('GPL')
optdepends=('qemu-user-static')
source=("qemu-static.conf")
-sha256sums=('4a9a23a02e20651791a5e5feca5872b8f0c85537cba21fc0b58af6d325dca46b')
+sha256sums=('e2271db050fe0a224246a437dd269e4efe4b6598049f8917370e654989fe0d31')
package() {
install -Dm 644 "$srcdir/qemu-static.conf" "$pkgdir/usr/lib/binfmt.d/qemu-static.conf"