Skip to content

Commit

Permalink
Added OS X back compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
stanisla committed Jun 30, 2015
1 parent b0d8b42 commit daee299
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ help:
xpi:
@echo "Building latest '${XPI_PATH}':\n"
@mkdir -p ${BUILD_PATH}
@sed -i "s#\(em:version>\)[^<>]*\(</em:version\)#\1${BUILDER_VERSION}\2#" ${RDF_PATH}
@sed -i.bak "s#\(em:version>\)[^<>]*\(</em:version\)#\1${BUILDER_VERSION}\2#" ${RDF_PATH}
@rm -f ${RDF_PATH}.bak
@cd ${PROJECT} && zip -r ../${BUILD_PATH}/${XPI_NAME} .
@echo "File generated at: ${PWD}/${BUILD_PATH}/${XPI_NAME}"

Expand Down

0 comments on commit daee299

Please sign in to comment.