summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Chen2020-11-25 15:11:20 +0800
committerJack Chen2020-11-25 15:11:20 +0800
commit85b75d3797df2a620248e95be1106a9a3314b7ce (patch)
tree4fcc4276b21838d54978fd0257d983c6c5e157b2
parente17ba1962ffa9fd231e351a5516a401bc6af73e4 (diff)
downloadaur-85b75d3797df2a620248e95be1106a9a3314b7ce.tar.gz
update PKGBUILD
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aed5dd6405ee..268353b55225 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,9 +12,9 @@ source=("https://github.com/redchenjs/source-han-mono-classic/archive/$_commit/s
sha512sums=('438ed2426479979cd908734b4f7c5c56870cbbcec4365c6ecc9cb86b79a14a37ebacb1df7050fdbb8726a0c268b24fc0e4d60f6d56e9cccb9bd71c77f749abe9')
package() {
- cd source-han-mono-classic-$_commit
+ cd "source-han-mono-classic-$_commit"
- mkdir -p "$pkgdir/usr/share/fonts/adobe-source-han-sans"
- install -Dm644 *.otf "$pkgdir/usr/share/fonts/adobe-source-han-sans/"
- install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ mkdir -p "$pkgdir/usr/share/fonts/adobe-source-han-sans"
+ install -Dm644 *.otf "$pkgdir/usr/share/fonts/adobe-source-han-sans/"
+ install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}