1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 06:08:02 +01:00

Fix makefile bug.

This commit is contained in:
Kris Maglione
2009-11-15 13:39:13 -05:00
parent 7ad0b06f4d
commit d907ec0447

View File

@@ -95,7 +95,7 @@ dist: $(XPI)
$(CURL) "$$@" --form-string "summary=$$summary" \ $(CURL) "$$@" --form-string "summary=$$summary" \
-F "filename=@$(XPI)" \ -F "filename=@$(XPI)" \
-H "Authorization: Basic $$(echo -n "$(GOOGLE_USER):$(GOOGLE_PASS)" | $(B64ENCODE))" \ -H "Authorization: Basic $$(echo -n "$(GOOGLE_USER):$(GOOGLE_PASS)" | $(B64ENCODE))" \
-i "$(GOOGLE)" | sed -n '/^Location/{p;q}' -i "$(GOOGLE)" | sed -n '/^Location/{p;q;}'
$(RDF): $(RDF_IN) Makefile $(RDF): $(RDF_IN) Makefile
@echo "Preparing release..." @echo "Preparing release..."