Fix typo in install-openrc

This commit is contained in:
James Campbell 2025-06-03 19:38:59 -04:00
parent 8b804f3912
commit 295d1d6310
Signed by: james
GPG Key ID: 2287C33A40DC906A

View File

@ -54,7 +54,7 @@ package-%:
tgz:
rm -rf $(BUILD_DIR)/tgz/root
mkdir -p $(BUILD_DIR)/tgz/root
$(MAKE) install DESTDIR=$(BUILD_DIR)/tgz/root
$(MAKE) install-openrc DESTDIR=$(BUILD_DIR)/tgz/root
tar -cz -f $(BUILD_DIR)/tgz/$(PACKAGE_NAME)-$(VERSION).tgz -C $(BUILD_DIR)/tgz/root .
# Clean up the build directory
@ -112,10 +112,10 @@ install-openrc:
mkdir -p $(DESTDIR)/etc/conf.d
# Install init script
cp openrc/pgmon.initd $(DESTDIR)/init.d/pgmon
cp openrc/pgmon.initd $(DESTDIR)/etc/init.d/pgmon
# Install init script config file
cp openrc/pgmon.confd $(DESTDIR)/conf.d/pgmon
cp openrc/pgmon.confd $(DESTDIR)/etc/conf.d/pgmon
# Run all of the install tests