diff options
author | Mattia Gasparotto <gasmat04@gmail.com> | 2021-11-08 19:42:50 +0100 |
---|---|---|
committer | Mattia Gasparotto <gasmat04@gmail.com> | 2021-11-08 19:42:50 +0100 |
commit | e8f41621fe2cc227f5d277b2b5d636b1cd565d72 (patch) | |
tree | 7ab18e7714ef198572f1c07c34e51bbb0028af09 /gui-apps | |
parent | app-text/komikku: add webkit-gtk dep (diff) | |
download | guru-e8f41621fe2cc227f5d277b2b5d636b1cd565d72.tar.gz guru-e8f41621fe2cc227f5d277b2b5d636b1cd565d72.tar.bz2 guru-e8f41621fe2cc227f5d277b2b5d636b1cd565d72.zip |
gui-apps/sway-launcher-desktop: added die command, line 19
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Mattia Gasparotto <gasmat04@gmail.com>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/sway-launcher-desktop/sway-launcher-desktop-1.5.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-apps/sway-launcher-desktop/sway-launcher-desktop-1.5.4.ebuild b/gui-apps/sway-launcher-desktop/sway-launcher-desktop-1.5.4.ebuild index 9c68ae6a1..b9a253fd2 100644 --- a/gui-apps/sway-launcher-desktop/sway-launcher-desktop-1.5.4.ebuild +++ b/gui-apps/sway-launcher-desktop/sway-launcher-desktop-1.5.4.ebuild @@ -16,7 +16,7 @@ RDEPEND="${DEPEND}" src_prepare() { default - mv "${PN}.sh" "${PN}" + mv "${PN}.sh" "${PN}" || die } src_install() { |