app-misc/doublecmd: add "|| die" on copy "doublecmd.xml"

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
Sergey Torokhov
2021-11-09 23:40:20 +03:00
parent f0ca0e6f13
commit 9d0ee9d511
3 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ RDEPEND="
src_prepare(){
default
## Create partial init config that allows to store config within user home directory
cp "${FILESDIR}/doublecmd.xml" "${S}/"
cp "${FILESDIR}/doublecmd.xml" "${S}/" || die
}
src_install(){

View File

@@ -52,7 +52,7 @@ RDEPEND="
src_prepare(){
default
## Create partial init config that allows to store config within user home directory
cp "${FILESDIR}/doublecmd.xml" "${S}/"
cp "${FILESDIR}/doublecmd.xml" "${S}/" || die
}
src_install(){

View File

@@ -52,7 +52,7 @@ RDEPEND="
src_prepare(){
default
## Create partial init config that allows to store config within user home directory
cp "${FILESDIR}/doublecmd.xml" "${S}/"
cp "${FILESDIR}/doublecmd.xml" "${S}/" || die
}
src_install(){