summaryrefslogtreecommitdiffstats
path: root/xulrunner.sh.in
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-01 10:32:59 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-01 10:32:59 +0100
commit62c994864309c3db6024437364469d6945918329 (patch)
tree972758c1f77a9f4f208e787dcfc56dc27eb3f44b /xulrunner.sh.in
parent3b82fe69df31864d9ad8706dfce4773e6b85de54 (diff)
rename from xulrunner16 to xulrunner-last, sync with rawhide
Diffstat (limited to 'xulrunner.sh.in')
-rw-r--r--xulrunner.sh.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/xulrunner.sh.in b/xulrunner.sh.in
index 8f76b27..afe843c 100644
--- a/xulrunner.sh.in
+++ b/xulrunner.sh.in
@@ -46,17 +46,17 @@ case $XUL_ARCH in
;;
esac
-if [ ! -x $XUL_LIB_DIR/xulrunner-XULRUNNER_VERSION/xulrunner ]; then
- if [ ! -x $SECONDARY_LIB_DIR/xulrunner-XULRUNNER_VERSION/xulrunner ]; then
- echo "Error: $XUL_LIB_DIR/xulrunner-XULRUNNER_VERSION/xulrunner not found"
+if [ ! -x $XUL_LIB_DIR/xulrunner-last/xulrunner ]; then
+ if [ ! -x $SECONDARY_LIB_DIR/xulrunner-last/xulrunner ]; then
+ echo "Error: $XUL_LIB_DIR/xulrunner-last/xulrunner not found"
if [ -d $SECONDARY_LIB_DIR ]; then
- echo " $SECONDARY_LIB_DIR/xulrunner-XULRUNNER_VERSION/xulrunner not found"
+ echo " $SECONDARY_LIB_DIR/xulrunner-last/xulrunner not found"
fi
exit 1
fi
XUL_LIB_DIR="$SECONDARY_LIB_DIR"
fi
-XUL_DIST_BIN="$XUL_LIB_DIR/xulrunner-XULRUNNER_VERSION"
+XUL_DIST_BIN="$XUL_LIB_DIR/xulrunner-last"
XUL_PROGRAM="$XUL_DIST_BIN/xulrunner"
##