www-client/seamonkey: fix typo 's/dir/die/'

Package-Manager: portage-2.3.0_rc1
This commit is contained in:
Sergei Trofimovich
2016-06-19 15:31:40 +01:00
parent 53815d0e67
commit 9bf251e458
3 changed files with 4 additions and 4 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$
@@ -273,7 +273,7 @@ src_install() {
for plugin in gmp-gmpopenh264 ; do
echo "pref(\"media.${plugin}.autoupdate\", false);" >> \
"${S}/${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \
|| dir
|| die
done
fi

View File

@@ -272,7 +272,7 @@ src_install() {
for plugin in gmp-gmpopenh264 ; do
echo "pref(\"media.${plugin}.autoupdate\", false);" >> \
"${S}/${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \
|| dir
|| die
done
fi

View File

@@ -277,7 +277,7 @@ src_install() {
for plugin in gmp-gmpopenh264 ; do
echo "pref(\"media.${plugin}.autoupdate\", false);" >> \
"${S}/${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \
|| dir
|| die
done
fi