summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKppqju772023-09-19 22:28:39 +0200
committerKppqju772023-09-19 22:28:39 +0200
commit45cd512219c59907f155f3c08c7037689b66a5ce (patch)
tree63861cff5fe71dd0869f5992c31a7b0f6914feba
parent54ed6c6b000a6a2c09335478a6905f379addb7ed (diff)
downloadaur-45cd512219c59907f155f3c08c7037689b66a5ce.tar.gz
Fix comment typo
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7ffe1e6e1c0..9cf7897f0191 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -51,7 +51,7 @@ package() {
find "${pkgdir}/opt/${pkgname%-beta}" -name "pubspec.lock" -exec chmod a+rw {} +
find "${pkgdir}/opt/${pkgname%-beta}" -name "package_config.json" -exec chmod a+rw {} +
- # fix git ref migrations
+ # Fix git ref migrations (will produce warnings on update)
mv "${pkgdir}/opt/${pkgname%-beta}/.git" "${pkgdir}/opt/${pkgname%-beta}/.git-refs"
ln -s "/opt/${pkgname%-beta}/bin/${pkgname%-beta}" "${pkgdir}/usr/bin/${pkgname%-beta}"