summaryrefslogtreecommitdiff
path: root/databases/openvoxdb8/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/openvoxdb8/files/patch-Makefile')
-rw-r--r--databases/openvoxdb8/files/patch-Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/openvoxdb8/files/patch-Makefile b/databases/openvoxdb8/files/patch-Makefile
new file mode 100644
index 000000000000..0bdb0aa87c7f
--- /dev/null
+++ b/databases/openvoxdb8/files/patch-Makefile
@@ -0,0 +1,15 @@
+--- Makefile.orig 2024-06-10 16:24:36 UTC
++++ Makefile
+@@ -1,9 +1,9 @@
+-prefix = /usr/local
++prefix = %%PREFIX%%
+ datadir = $(prefix)/share
+-confdir = /etc
++confdir = %%PREFIX%%/etc
+ rubylibdir = $(shell ruby -rrbconfig -e "puts RbConfig::CONFIG['sitelibdir']")
+ rundir = /var/run
+-bindir = /usr/bin
++bindir = %%PREFIX%%/bin
+
+ install-puppetdb:
+ install -d -m 0755 "$(DESTDIR)$(datadir)/puppetdb"