Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #102 from cloudflare/dhaynespls/fix-build
Browse files Browse the repository at this point in the history
Typo fix makefile
  • Loading branch information
dhaynespls authored Nov 18, 2021
2 parents 606084d + 6ef2aee commit 667e707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)" \
Expand All @@ -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) "\
Expand Down

0 comments on commit 667e707

Please sign in to comment.