diff options
Diffstat (limited to 'net-im/openfire/openfire-3.10.1.ebuild')
-rw-r--r-- | net-im/openfire/openfire-3.10.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/openfire/openfire-3.10.1.ebuild b/net-im/openfire/openfire-3.10.1.ebuild index 6ccd462ed388..957cc4c97e52 100644 --- a/net-im/openfire/openfire-3.10.1.ebuild +++ b/net-im/openfire/openfire-3.10.1.ebuild @@ -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() { |