]> git.r.bdr.sh - rbdr/blog/commitdiff
Fix typo dab / deb
authorRuben Beltran del Rio <redacted>
Wed, 13 Mar 2024 08:43:41 +0000 (09:43 +0100)
committerRuben Beltran del Rio <redacted>
Wed, 13 Mar 2024 08:43:41 +0000 (09:43 +0100)
Makefile

index eba1bda2b71cbc8e69236a92e061b3c5b8658a3c..9ba4d974ee15b735c0bd647942bc8675db585c0d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ prepare:
 build: prepare
        cargo build --profile $(profile) --target $(target)
 
 build: prepare
        cargo build --profile $(profile) --target $(target)
 
-release: rpm tar dab
+release: rpm tar deb
        @$(eval filename := $(app_name)-$(target)-$(channel))
 
 $(architectures):
        @$(eval filename := $(app_name)-$(target)-$(channel))
 
 $(architectures):
@@ -27,7 +27,7 @@ endif
 deb: build
        @$(eval filename := $(app_name)-$(target)-$(channel))
        cargo deb --profile $(profile) --target $(target)
 deb: build
        @$(eval filename := $(app_name)-$(target)-$(channel))
        cargo deb --profile $(profile) --target $(target)
-       mv target/$(target)/deb/*.deb $(filename).deb
+       mv target/$(target)/debian/*.deb $(filename).deb
        sha256sum $(filename).deb > $(filename).deb.sha256
        rsync -avz $(filename).deb deploy@conchos.unlimited.pizza:/srv/http/build.r.bdr.sh/$(app_name)
        rsync -avz $(filename).deb.sha256 deploy@conchos.unlimited.pizza:/srv/http/build.r.bdr.sh/$(app_name)
        sha256sum $(filename).deb > $(filename).deb.sha256
        rsync -avz $(filename).deb deploy@conchos.unlimited.pizza:/srv/http/build.r.bdr.sh/$(app_name)
        rsync -avz $(filename).deb.sha256 deploy@conchos.unlimited.pizza:/srv/http/build.r.bdr.sh/$(app_name)