diff --git a/Makefile b/Makefile index 3ac0f8b..e6a7553 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,7 @@ cargo-build: install: cargo-build install -dm755 $(DESTDIR)/usr/bin $(CARGO) install + chmod u+s $(DESTDIR)/usr/bin/$(PACKAGE) .PHONY: upload upload: $(DEBS)