mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
app-misc/doublecmd: add "|| die" on copy "doublecmd.xml"
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
@@ -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(){
|
||||
|
||||
@@ -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(){
|
||||
|
||||
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user