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

Commit 667e707

Browse files
authored
Merge pull request #102 from cloudflare/dhaynespls/fix-build
Typo fix makefile
2 parents 606084d + 6ef2aee commit 667e707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ package-deb-octorpki: prepare
4646
fpm -s dir -t deb -n $(OCTORPKI_NAME) -v $(VERSION_PKG) \
4747
--description "$(DESCRIPTION)" \
4848
--after-install package/after-install-octorpki.sh \
49-
--before-remove package/before-remove-octoprki.sh \
49+
--before-remove package/before-remove-octorpki.sh \
5050
--url "$(URL)" \
5151
--architecture $(ARCH) \
5252
--license "$(LICENSE)" \
@@ -64,7 +64,7 @@ package-rpm-octorpki: prepare
6464
fpm -s dir -t rpm -n $(OCTORPKI_NAME) -v $(VERSION_PKG) \
6565
--description "$(DESCRIPTION)" \
6666
--after-install package/after-install-octorpki.sh \
67-
--before-remove package/before-remove-octoprki.sh \
67+
--before-remove package/before-remove-octorpki.sh \
6868
--url "$(URL)" \
6969
--architecture $(ARCH) \
7070
--license "$(LICENSE) "\

0 commit comments

Comments
 (0)