summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShadowKyogre2016-06-21 11:13:04 -0700
committerShadowKyogre2016-06-21 11:13:04 -0700
commitc10b39af548388ea3d7fef60376843a9d35db952 (patch)
treecaea207881e97f60c93e61b55172355ef88ed497 /PKGBUILD
parent4cefe1b0023230cdcf90dbdcdb620e53054c522e (diff)
downloadaur-c10b39af548388ea3d7fef60376843a9d35db952.tar.gz
package()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2eee0d9178e6..a40a58e5ff0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ source=("http://www.fontsaddict.com/download/enochian-plain.ttf")
md5sums=('bec37d31ac381a1ecda9975711503237')
install=$pkgname.install
-build() {
+package() {
install -Dm644 "$srcdir/enochian-plain.ttf" "$pkgdir/usr/share/fonts/TTF/enochian-plain.ttf"
}