aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilo Gilad2018-03-06 08:05:28 -0500
committerMilo Gilad2018-03-06 08:05:28 -0500
commit2e32f84ecf7b87aa2a75643b38cc95e970b146b4 (patch)
treedcd63137dc1479cac7adfb101818583a90c25db1
parent195a66827f0cd4cc5804014b74c20304c18446cd (diff)
downloadaur-2e32f84ecf7b87aa2a75643b38cc95e970b146b4.tar.gz
Fixed link
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e39d16ac277f..cc4c0d3ebf5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,6 +20,6 @@ package(){
# Symlink
install -d "${pkgdir}/usr/bin"
- ln -s "${pkgdir}/opt/Bitwarden/${pkgname} ${pkgdir}/usr/bin/${pkgname}"
+ ln -s "/opt/Bitwarden/bitwarden ${pkgdir}/usr/bin/${pkgname}"
}