summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDenis Kasak2016-10-26 13:05:58 +0200
committerDenis Kasak2016-10-26 13:05:58 +0200
commite367ea872186be5294975ad904ef60498e26ff5d (patch)
treec2e806eb45dfe95dfd0f57414f8456043dee7e03 /PKGBUILD
parente41d03280535f0f5792e6ee5bb083a7467c03c34 (diff)
downloadaur-e367ea872186be5294975ad904ef60498e26ff5d.tar.gz
Install to OTF instead of TTF directory.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aca7decd70c3..e69d57c1d764 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,12 +10,12 @@ license=('custom:OFL')
depends=('fontconfig' 'xorg-font-utils')
provides=('ttf-font')
source=('http://media.nodnod.net/Inconsolata-dz.otf.zip'
- 'OFL.txt')
+ 'OFL.txt')
install=${pkgname}.install
md5sums=('8510443343f43382566511e73abc06f8'
'6ed93967ff0dc6dd9c8d31c17f817a06')
-
+
package() {
- install -Dm644 $srcdir/Inconsolata-dz.otf $pkgdir/usr/share/fonts/TTF/ttf-inconsolata-dz.otf
+ install -Dm644 $srcdir/Inconsolata-dz.otf $pkgdir/usr/share/fonts/OTF/ttf-inconsolata-dz.otf
install -Dm644 $srcdir/OFL.txt $pkgdir/usr/share/licenses/ttf-inconsolata-dz/OFL.txt
}