Skip to content

Commit 8508e05

Browse files
committed
Merge pull request EFForg#2594 from mnordhoff/makexpi.sh-1
makexpi.sh: Fix cp (I think)
2 parents 6dd2e3f + d1d8495 commit 8508e05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

makexpi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@ echo >&2 "Created ${XPI_NAME}-eff.xpi and ${XPI_NAME}-amo.xpi"
137137
bash utils/android-push.sh "$XPI_NAME-eff.xpi"
138138

139139
if [ -n "$BRANCH" ]; then
140-
cp $SUBDIR/${XPI_NAME}-eff.xpi $SUBDIR/${XPI_NAME}-amo pkg
140+
cp $SUBDIR/${XPI_NAME}-eff.xpi $SUBDIR/${XPI_NAME}-amo.xpi pkg
141141
rm -rf $SUBDIR
142142
fi

0 commit comments

Comments
 (0)