summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorweiliang15032021-09-01 00:03:23 +0800
committerweiliang15032021-09-01 00:03:23 +0800
commit7df6b2aa5da4c9c6e732b7d8947bb2ad980bead6 (patch)
treea8d092a1ed2aba1b79e933188b9616b90635a12e /PKGBUILD
parent0c730d35c505d4ad26560d1065569ae0a7cd66d3 (diff)
downloadaur-7df6b2aa5da4c9c6e732b7d8947bb2ad980bead6.tar.gz
fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d2366384dc7..40b015bc7a06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ package() {
cd "$srcdir/"
install -d $pkgdir/usr/share/fonts/oldschool/
- install -Dm644 ttf\ -\ Mx\ \(mixed\ outline+bitmap\)/* "$pkgdir/usr/share/fonts/oldschool/"
+ install -D ttf\ -\ Mx\ \(mixed\ outline+bitmap\)/* "$pkgdir/usr/share/fonts/oldschool/"
}
# vim:set ts=2 sw=2 et: