- Oops, define the variables I expect to use.
This commit is contained in:
parent
f34884b576
commit
89a39c8164
@ -48,8 +48,6 @@ case $MOZ_ARCH in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
#[ -r /etc/sysconfig/firefox-arch ] && . /etc/sysconfig/firefox-arch
|
|
||||||
|
|
||||||
if [ ! -x $MOZ_LIB_DIR/firefox-FIREFOX_VERSION/firefox-bin ]; then
|
if [ ! -x $MOZ_LIB_DIR/firefox-FIREFOX_VERSION/firefox-bin ]; then
|
||||||
if [ ! -x $SECONDARY_LIB_DIR/firefox-FIREFOX_VERSION/firefox-bin ]; then
|
if [ ! -x $SECONDARY_LIB_DIR/firefox-FIREFOX_VERSION/firefox-bin ]; then
|
||||||
echo "Error: $MOZ_LIB_DIR/firefox-FIREFOX_VERSION/firefox-bin not found"
|
echo "Error: $MOZ_LIB_DIR/firefox-FIREFOX_VERSION/firefox-bin not found"
|
||||||
@ -61,6 +59,7 @@ if [ ! -x $MOZ_LIB_DIR/firefox-FIREFOX_VERSION/firefox-bin ]; then
|
|||||||
MOZ_LIB_DIR="$SECONDARY_LIB_DIR"
|
MOZ_LIB_DIR="$SECONDARY_LIB_DIR"
|
||||||
fi
|
fi
|
||||||
MOZ_DIST_BIN="$MOZ_LIB_DIR/firefox-FIREFOX_VERSION"
|
MOZ_DIST_BIN="$MOZ_LIB_DIR/firefox-FIREFOX_VERSION"
|
||||||
|
MOZ_EXTENSIONS_DIR="$MOZ_DIST_BIN/extensions"
|
||||||
MOZ_PROGRAM="$MOZ_DIST_BIN/firefox-bin"
|
MOZ_PROGRAM="$MOZ_DIST_BIN/firefox-bin"
|
||||||
MOZ_CLIENT_PROGRAM="$MOZ_DIST_BIN/mozilla-xremote-client"
|
MOZ_CLIENT_PROGRAM="$MOZ_DIST_BIN/mozilla-xremote-client"
|
||||||
MOZ_CLIENT_PROGRAM_PARAM="-a firefox"
|
MOZ_CLIENT_PROGRAM_PARAM="-a firefox"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
Summary: Mozilla Firefox Web browser.
|
Summary: Mozilla Firefox Web browser.
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 2.0.0.2
|
Version: 2.0.0.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
URL: http://www.mozilla.org/projects/firefox/
|
URL: http://www.mozilla.org/projects/firefox/
|
||||||
License: MPL/LGPL
|
License: MPL/LGPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
@ -412,6 +412,9 @@ fi
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 12 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.2-2
|
||||||
|
- Oops, define the variables I expect to use.
|
||||||
|
|
||||||
* Fri Feb 23 2007 Martin Stransky <stransky@redhat.com> 2.0.0.2-1
|
* Fri Feb 23 2007 Martin Stransky <stransky@redhat.com> 2.0.0.2-1
|
||||||
- Update to 2002
|
- Update to 2002
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user