Fix typo in install-openrc
This commit is contained in:
parent
8b804f3912
commit
295d1d6310
6
Makefile
6
Makefile
@ -54,7 +54,7 @@ package-%:
|
|||||||
tgz:
|
tgz:
|
||||||
rm -rf $(BUILD_DIR)/tgz/root
|
rm -rf $(BUILD_DIR)/tgz/root
|
||||||
mkdir -p $(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 .
|
tar -cz -f $(BUILD_DIR)/tgz/$(PACKAGE_NAME)-$(VERSION).tgz -C $(BUILD_DIR)/tgz/root .
|
||||||
|
|
||||||
# Clean up the build directory
|
# Clean up the build directory
|
||||||
@ -112,10 +112,10 @@ install-openrc:
|
|||||||
mkdir -p $(DESTDIR)/etc/conf.d
|
mkdir -p $(DESTDIR)/etc/conf.d
|
||||||
|
|
||||||
# Install init script
|
# 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
|
# 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
|
# Run all of the install tests
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user