mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
app-misc/1password: add || die
Accoring to this feedback 892ce9e2b8 (r108554775)
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
@@ -41,7 +41,7 @@ src_install() {
|
||||
cp -ar "${S}/opt" "${D}" || die "Install failed!"
|
||||
cp -ar "${S}/usr" "${D}" || die "Install failed!"
|
||||
|
||||
chgrp onepassword "${D}/opt/1Password/1Password-BrowserSupport"
|
||||
chgrp onepassword "${D}/opt/1Password/1Password-BrowserSupport" || die
|
||||
|
||||
dosym ../../opt/1Password/1password /usr/bin/1password
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user