Follow actual filename

This commit is contained in:
2023-09-05 23:13:58 +02:00
parent 429fc73a0f
commit 325e2a57c0
+1 -1
View File
@@ -32,7 +32,7 @@ package() {
cd build cd build
make install make install
# de-install pay_mobile # de-install pay_mobile
rm -f "$pkgdir/bin/flowee_mobile" rm -f "$pkgdir/bin/pay_mobile"
# install blockheaders to avoid first-run download # install blockheaders to avoid first-run download
install -Dm 644 "$srcdir/blockheaders" -t "$pkgdir/usr/share/floweepay" install -Dm 644 "$srcdir/blockheaders" -t "$pkgdir/usr/share/floweepay"