Skip to content

Commit

Permalink
Fix arch logic
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Oct 20, 2023
1 parent 1727ce3 commit 10063d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/deb/rules
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export DESTDIR = $(CURDIR)/debian/ondemand-dex
export CONFDIR = $(DESTDIR)/etc/ood/dex
export UNITDIR = $(DESTDIR)/lib/systemd/system
export CONF_UNITDIR = $(DESTDIR)/etc/systemd/system
export ARCH = $(shell uname -p)
export ARCH = $(shell uname -m)
ifeq ($(ARCH),x86_64)
export PLATFORM = amd64
endif
Expand Down

0 comments on commit 10063d2

Please sign in to comment.