]> Sergey Matveev's repositories - meta4ra.git/commitdiff
Useless subdirectory
authorSergey Matveev <stargrave@stargrave.org>
Tue, 17 Feb 2026 07:32:38 +0000 (10:32 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 17 Feb 2026 07:32:38 +0000 (10:32 +0300)
build
cmd/check.go [moved from cmd/meta4ra/check.go with 100% similarity]
cmd/create.go [moved from cmd/meta4ra/create.go with 100% similarity]
cmd/dl.go [moved from cmd/meta4ra/dl.go with 100% similarity]
cmd/hash.go [moved from cmd/meta4ra/hash.go with 100% similarity]
cmd/list.go [moved from cmd/meta4ra/list.go with 100% similarity]
cmd/main.go [moved from cmd/meta4ra/main.go with 100% similarity]
cmd/progress.go [moved from cmd/meta4ra/progress.go with 100% similarity]
cmd/sort.go [moved from cmd/meta4ra/sort.go with 100% similarity]

diff --git a/build b/build
index 9e81b1cad50ddf46649bfa2909363973cc786bb8..ff82d28f2f5c6158936f84e95aab7ff527f2e68f 100755 (executable)
--- a/build
+++ b/build
@@ -1,4 +1,4 @@
 #!/bin/sh -e
 
 [ -d vendor ] && mod_vendor="-mod=vendor"
-exec go build -C cmd/meta4ra -ldflags=-s $mod_vendor $@ -o ../../bin/meta4ra
+exec go build -C cmd -ldflags=-s $mod_vendor $@ -o ../bin/meta4ra
similarity index 100%
rename from cmd/meta4ra/check.go
rename to cmd/check.go
similarity index 100%
rename from cmd/meta4ra/create.go
rename to cmd/create.go
similarity index 100%
rename from cmd/meta4ra/dl.go
rename to cmd/dl.go
similarity index 100%
rename from cmd/meta4ra/hash.go
rename to cmd/hash.go
similarity index 100%
rename from cmd/meta4ra/list.go
rename to cmd/list.go
similarity index 100%
rename from cmd/meta4ra/main.go
rename to cmd/main.go
similarity index 100%
rename from cmd/meta4ra/progress.go
rename to cmd/progress.go
similarity index 100%
rename from cmd/meta4ra/sort.go
rename to cmd/sort.go