summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2019-08-26 08:31:32 +0300
committerCaleb Maclennan2019-08-26 08:31:32 +0300
commit9d159e425de13653124737a57c03931f2e12defc (patch)
treeeccd33cf8d2de939b20d113d788c2f293daadf12 /PKGBUILD
parentd1c33641986bd1c4e18349ef5e9428f68c6d8ce7 (diff)
downloadaur-9d159e425de13653124737a57c03931f2e12defc.tar.gz
Cleanup bash shell quoting using shellharden
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a098192ac6f..1ae116d46350 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,6 @@ package() {
install -d "$pkgdir/usr/share/fonts/TTF"
install -Dm644 *.ttf "$pkgdir/usr/share/fonts/TTF/"
- install -d $pkgdir/usr/share/doc/$pkgname
+ install -d "$pkgdir/usr/share/doc/$pkgname"
install -m644 *.pdf "$pkgdir/usr/share/doc/$pkgname/"
}