]> Sergey Matveev's repositories - nnn.git/commitdiff
x86-64 to x86_64
authorArun Prakash Jana <engineerarun@gmail.com>
Tue, 26 May 2020 00:51:01 +0000 (06:21 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Tue, 26 May 2020 00:51:01 +0000 (06:21 +0530)
Makefile
misc/haiku/Makefile

index 004c5248a1c5a362e37d1834d2dcb92056a6e334..830b36a39b42f9a364b0b11d7346bacf4a8264fa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -147,13 +147,13 @@ upload-local: sign static
        curl -XPOST 'https://uploads.github.com/repos/jarun/nnn/releases/$(ID)/assets?name=nnn-$(VERSION).tar.gz.sig' \
            -H 'Authorization: token $(NNN_SIG_UPLOAD_TOKEN)' -H 'Content-Type: application/pgp-signature' \
            --upload-file nnn-$(VERSION).tar.gz.sig
-       tar -zcf $(BIN)-static-$(VERSION).x86-64.tar.gz $(BIN)-static
-       curl -XPOST 'https://uploads.github.com/repos/jarun/nnn/releases/$(ID)/assets?name=$(BIN)-static-$(VERSION).x86-64.tar.gz' \
+       tar -zcf $(BIN)-static-$(VERSION).x86_64.tar.gz $(BIN)-static
+       curl -XPOST 'https://uploads.github.com/repos/jarun/nnn/releases/$(ID)/assets?name=$(BIN)-static-$(VERSION).x86_64.tar.gz' \
            -H 'Authorization: token $(NNN_SIG_UPLOAD_TOKEN)' -H 'Content-Type: application/x-sharedlib' \
-           --upload-file $(BIN)-static-$(VERSION).x86-64.tar.gz
+           --upload-file $(BIN)-static-$(VERSION).x86_64.tar.gz
 
 clean:
-       $(RM) -f $(BIN) nnn-$(VERSION).tar.gz *.sig $(BIN)-static $(BIN)-static-$(VERSION).x86-64.tar.gz
+       $(RM) -f $(BIN) nnn-$(VERSION).tar.gz *.sig $(BIN)-static $(BIN)-static-$(VERSION).x86_64.tar.gz
 
 skip: ;
 
index e84a552701eb3d937f3668047512691cb9da1fbc..02d22a0c43a9224b982717abdf0aef8964c477b7 100644 (file)
@@ -139,13 +139,13 @@ upload-local: sign static
        curl -XPOST 'https://uploads.github.com/repos/jarun/nnn/releases/$(ID)/assets?name=nnn-$(VERSION).tar.gz.sig' \
            -H 'Authorization: token $(NNN_SIG_UPLOAD_TOKEN)' -H 'Content-Type: application/pgp-signature' \
            --upload-file nnn-$(VERSION).tar.gz.sig
-       tar -zcf $(BIN)-static-$(VERSION).x86-64.tar.gz $(BIN)-static
-       curl -XPOST 'https://uploads.github.com/repos/jarun/nnn/releases/$(ID)/assets?name=$(BIN)-static-$(VERSION).x86-64.tar.gz' \
+       tar -zcf $(BIN)-static-$(VERSION).x86_64.tar.gz $(BIN)-static
+       curl -XPOST 'https://uploads.github.com/repos/jarun/nnn/releases/$(ID)/assets?name=$(BIN)-static-$(VERSION).x86_64.tar.gz' \
            -H 'Authorization: token $(NNN_SIG_UPLOAD_TOKEN)' -H 'Content-Type: application/x-sharedlib' \
-           --upload-file $(BIN)-static-$(VERSION).x86-64.tar.gz
+           --upload-file $(BIN)-static-$(VERSION).x86_64.tar.gz
 
 clean:
-       $(RM) -f $(BIN) nnn-$(VERSION).tar.gz *.sig $(BIN)-static $(BIN)-static-$(VERSION).x86-64.tar.gz
+       $(RM) -f $(BIN) nnn-$(VERSION).tar.gz *.sig $(BIN)-static $(BIN)-static-$(VERSION).x86_64.tar.gz
 
 skip: ;