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:
@@ -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..."
|
||||||
|
|||||||
Reference in New Issue
Block a user