Stefan Tauner has uploaded this change for review.

View Change

fixup! Convert flashrom to git

Fix broken export

Change-Id: I9d0fe93291de81b4d303589fd01565f429a61e9a
---
M Makefile
1 file changed, 2 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/24/21824/1
diff --git a/Makefile b/Makefile
index 6806e14..9c3ed72 100644
--- a/Makefile
+++ b/Makefile
@@ -1421,8 +1421,8 @@
@echo "Exported $(EXPORTDIR)/flashrom-$(RELEASENAME)/"

tarball: _export
- @tar -cz --format=ustar -f "$(EXPORTDIR)/flashrom-$(RELEASENAME).tar.gz" \
- -C "$(EXPORTDIR)/$(TAROPTIONS)" "flashrom-$(RELEASENAME)/"
+ @tar -cz --format=ustar -f "$(EXPORTDIR)/flashrom-$(RELEASENAME).tar.gz" -C $(EXPORTDIR)/ \
+ $(TAROPTIONS) "flashrom-$(RELEASENAME)/"
# Delete the exported directory again because it is most likely what's expected by the user.
@rm -rf "$(EXPORTDIR)/flashrom-$(RELEASENAME)"
@echo Created "$(EXPORTDIR)/flashrom-$(RELEASENAME).tar.gz"

To view, visit change 21824. To unsubscribe, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: staging
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9d0fe93291de81b4d303589fd01565f429a61e9a
Gerrit-Change-Number: 21824
Gerrit-PatchSet: 1
Gerrit-Owner: Stefan Tauner <stefan.tauner@gmx.at>