Skip to content

Commit ac11f2e

Browse files
committed
Merge pull request EFForg#1385 from jsha/fix-makexpi
Fix makexpi when used in build-a-release mode.
2 parents 219736c + 6a7b876 commit ac11f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makexpi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if [ -n "$1" ] && [ "$2" != "--no-recurse" ] && [ "$1" != "--fast" ] ; then
4444

4545
# Now escape from the horrible mess we've made
4646
cd ..
47-
XPI_NAME="$APP_NAME-$1.xpi"
47+
XPI_NAME="$APP_NAME-$1"
4848
# In this mad recursive situation, sometimes old buggy build scripts make
4949
# the xpi as ./pkg :(
5050
if ! cp $SUBDIR/pkg/$XPI_NAME pkg/ ; then

0 commit comments

Comments
 (0)