Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Sep 1, 2023
1 parent 1216839 commit d75552d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ override_dh_auto_test:
override_dh_auto_build:
override_dh_auto_install:
$(eval ENV_ARCH := $(shell dpkg --print-architecture))
$(eval ENV_ISA := $(shell echo "$(ENV_ARCH)" | sed "s/^amd64$/x86_64/"))
$(eval ENV_ISA := $(shell echo $(ENV_ARCH) | sed -e "s/^amd64$/x86_64/"))
$(eval ENV_TARBALL := v$(VERSION)-$(ENV_ISA).tar.gz)

echo "Architecture: $(ENV_ARCH)"
Expand Down

0 comments on commit d75552d

Please sign in to comment.