net-ftp/filezilla: "|| die" on cat, spotted by hasufell

Package-Manager: portage-2.2.23
This commit is contained in:
Bernard Cafarelli
2015-10-18 00:19:27 +02:00
parent 92b578678a
commit a520ea842a
4 changed files with 4 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ src_install() {
dodoc AUTHORS ChangeLog NEWS
if use aqua ; then
cat > "${T}/${PN}" <<-EOF
cat > "${T}/${PN}" <<-EOF || die
#!${EPREFIX}/bin/bash
open "${EPREFIX}"/Applications/FileZilla.app
EOF

View File

@@ -67,7 +67,7 @@ src_install() {
dodoc AUTHORS ChangeLog NEWS
if use aqua ; then
cat > "${T}/${PN}" <<-EOF
cat > "${T}/${PN}" <<-EOF || die
#!${EPREFIX}/bin/bash
open "${EPREFIX}"/Applications/FileZilla.app
EOF

View File

@@ -67,7 +67,7 @@ src_install() {
dodoc AUTHORS ChangeLog NEWS
if use aqua ; then
cat > "${T}/${PN}" <<-EOF
cat > "${T}/${PN}" <<-EOF || die
#!${EPREFIX}/bin/bash
open "${EPREFIX}"/Applications/FileZilla.app
EOF

View File

@@ -56,7 +56,7 @@ src_install() {
dodoc AUTHORS ChangeLog NEWS
if use aqua ; then
cat > "${T}/${PN}" <<-EOF
cat > "${T}/${PN}" <<-EOF || die
#!${EPREFIX}/bin/bash
open "${EPREFIX}"/Applications/FileZilla.app
EOF