From 325e2a57c0be192f40e3a9b7b2c38eeb3dc77b27 Mon Sep 17 00:00:00 2001 From: TomZ Date: Tue, 5 Sep 2023 23:13:58 +0200 Subject: [PATCH] Follow actual filename --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 92699ed..1f8394e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -32,7 +32,7 @@ package() { cd build make install # de-install pay_mobile - rm -f "$pkgdir/bin/flowee_mobile" + rm -f "$pkgdir/bin/pay_mobile" # install blockheaders to avoid first-run download install -Dm 644 "$srcdir/blockheaders" -t "$pkgdir/usr/share/floweepay"