summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBin Jin2022-05-28 00:59:24 +0800
committerBin Jin2022-05-28 00:59:24 +0800
commitae9154a4c5c031dec3802746396be03e6acd97e7 (patch)
treef866fc33fde5e7a88e7b156b4239357530493bca
parent6652a3aab74ab6bc85d05f436237449dc9c1e6a6 (diff)
downloadaur-ae9154a4c5c031dec3802746396be03e6acd97e7.tar.gz
update comment
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3194791d8b2..4d72f105752b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -57,7 +57,9 @@ package() {
# I can't find any existing package for this file.
install -Dm0755 "target/release/libmdk.so.0" "${pkgdir}/opt/${_pkgname}/libmdk.so.0"
cp -a "resources/camera_presets" "${pkgdir}/opt/${_pkgname}"
- # Allow user to save custom camera preset
+
+ # Make camera presets directory writable. gyroflow will automatically
+ # download and save new presets to this directory.
find "${pkgdir}/opt/${_pkgname}/camera_presets" -type d -exec chmod 777 {} +
install -Dm0644 "resources/icon.svg" "${pkgdir}/usr/share/pixmaps/${_pkgname}.svg"