summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Semeniuc2022-10-30 11:49:51 -0700
committerEric Semeniuc2022-10-30 11:49:51 -0700
commit1cd1d873c8e0e8f7586384edbb3e6b88383db109 (patch)
tree300123bb9df8eab49858f0c633127b9adf4766af /PKGBUILD
parent56d7d0cb56502e19d28c505b02d926ad8d304216 (diff)
downloadaur-1cd1d873c8e0e8f7586384edbb3e6b88383db109.tar.gz
update comment
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f870a959ab9..c5b20174064e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,7 @@ package() {
"$pkgdir/opt/solana-release/bin/$_pkgname" completion --shell bash | install -D --mode 644 /dev/stdin "$pkgdir/usr/share/bash-completion/completions/$_pkgname"
"$pkgdir/opt/solana-release/bin/$_pkgname" completion --shell zsh | install -D --mode 644 /dev/stdin "$pkgdir/usr/share/zsh/site-functions/_$_pkgname"
- install -m 777 -d "$pkgdir/opt/$_pkgname-release/bin/sdk/bpf/dependencies" # adds dependency director to all installing bpf-tools and criterion unit test framework as user
+ install -m 777 -d "$pkgdir/opt/$_pkgname-release/bin/sdk/bpf/dependencies" # adds dependency directory to allow installing bpf-tools and criterion unit test framework without root
#install -Dm 644 "$_pkgname"-*.service -t "$pkgdir/usr/lib/systemd/system"
}