net-im/openfire: fix typo 's/dir/die/'

Package-Manager: portage-2.3.0_rc1
This commit is contained in:
Sergei Trofimovich
2016-06-19 14:52:54 +01:00
parent 076fdccdd0
commit d2e60c5df2
7 changed files with 14 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -48,7 +48,7 @@ src_compile() {
# delete nativeAuth prebuilt libs:
# uses outdated unmaintained libshaj, does not support amd64
rm -rfv target/openfire/resources/nativeAuth || dir
rm -rfv target/openfire/resources/nativeAuth || die
}
src_install() {

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -48,7 +48,7 @@ src_compile() {
# delete nativeAuth prebuilt libs:
# uses outdated unmaintained libshaj, does not support amd64
rm -rfv target/openfire/resources/nativeAuth || dir
rm -rfv target/openfire/resources/nativeAuth || die
}
src_install() {

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -48,7 +48,7 @@ src_compile() {
# delete nativeAuth prebuilt libs:
# uses outdated unmaintained libshaj, does not support amd64
rm -rfv target/openfire/resources/nativeAuth || dir
rm -rfv target/openfire/resources/nativeAuth || die
}
src_install() {

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -48,7 +48,7 @@ src_compile() {
# delete nativeAuth prebuilt libs:
# uses outdated unmaintained libshaj, does not support amd64
rm -rfv target/openfire/resources/nativeAuth || dir
rm -rfv target/openfire/resources/nativeAuth || die
}
src_install() {

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -48,7 +48,7 @@ src_compile() {
# delete nativeAuth prebuilt libs:
# uses outdated unmaintained libshaj, does not support amd64
rm -rfv target/openfire/resources/nativeAuth || dir
rm -rfv target/openfire/resources/nativeAuth || die
}
src_install() {

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -48,7 +48,7 @@ src_compile() {
# delete nativeAuth prebuilt libs:
# uses outdated unmaintained libshaj, does not support amd64
rm -rfv target/openfire/resources/nativeAuth || dir
rm -rfv target/openfire/resources/nativeAuth || die
}
src_install() {

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -48,7 +48,7 @@ src_compile() {
# delete nativeAuth prebuilt libs:
# uses outdated unmaintained libshaj, does not support amd64
rm -rfv target/openfire/resources/nativeAuth || dir
rm -rfv target/openfire/resources/nativeAuth || die
}
src_install() {