diff --git a/Makefile b/Makefile index 4724532..6550a0c 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ package-deb-octorpki: prepare fpm -s dir -t deb -n $(OCTORPKI_NAME) -v $(VERSION_PKG) \ --description "$(DESCRIPTION)" \ --after-install package/after-install-octorpki.sh \ - --before-remove package/before-remove-octoprki.sh \ + --before-remove package/before-remove-octorpki.sh \ --url "$(URL)" \ --architecture $(ARCH) \ --license "$(LICENSE)" \ @@ -64,7 +64,7 @@ package-rpm-octorpki: prepare fpm -s dir -t rpm -n $(OCTORPKI_NAME) -v $(VERSION_PKG) \ --description "$(DESCRIPTION)" \ --after-install package/after-install-octorpki.sh \ - --before-remove package/before-remove-octoprki.sh \ + --before-remove package/before-remove-octorpki.sh \ --url "$(URL)" \ --architecture $(ARCH) \ --license "$(LICENSE) "\