summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAxel Gembe2019-07-24 11:25:17 +0700
committerAxel Gembe2019-07-24 11:25:17 +0700
commit6f0904bc2c7c392951d12baca93aafe17abe7876 (patch)
treeef094441795deeb6ac6f934f3f74e26e5b03167a /PKGBUILD
parent1b7ed30ffcc385f3dc50f9161b70468aae5fec5d (diff)
downloadaur-6f0904bc2c7c392951d12baca93aafe17abe7876.tar.gz
Actually install the fonts.xml
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f7d8ceab94b..ddfcfce4cbfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,4 +43,6 @@ package() {
install -d "$pkgdir/usr/bin"
ln -s "/opt/$pkgbin/AppRun" "$pkgdir/usr/bin/$pkgbin"
install -Dm644 "$srcdir/$pkgbin/$pkgbin.desktop" "$pkgdir/usr/share/applications/$pkgbin.desktop"
+
+ cp "$srcdir/fonts.xml" "$pkgdir/opt/$pkgbin/usr/lib/python3.6/site-packages/electroncash_gui/qt/data/fonts.xml"
}