summaryrefslogtreecommitdiff
path: root/user/cunit/path-makefile.patch
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2022-02-01 17:38:09 +0000
committerZach van Rijn <me@zv.io>2022-10-21 18:33:57 -0500
commit1601429468973e49ae3eb83496ae9e221fca9a8c (patch)
tree9a16664f327080f7c1ce03a500c3499e8ba18f5d /user/cunit/path-makefile.patch
parent2f74a75d153cd7786af6c68f88faaad181464e3e (diff)
downloadpackages-1601429468973e49ae3eb83496ae9e221fca9a8c.tar.gz
packages-1601429468973e49ae3eb83496ae9e221fca9a8c.tar.bz2
packages-1601429468973e49ae3eb83496ae9e221fca9a8c.tar.xz
packages-1601429468973e49ae3eb83496ae9e221fca9a8c.zip
user/cunit: new package.
Diffstat (limited to 'user/cunit/path-makefile.patch')
-rw-r--r--user/cunit/path-makefile.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/user/cunit/path-makefile.patch b/user/cunit/path-makefile.patch
new file mode 100644
index 000000000..0e16aaa25
--- /dev/null
+++ b/user/cunit/path-makefile.patch
@@ -0,0 +1,31 @@
+diff --git a/doc/Makefile.am b/doc/Makefile.am
+index a864d46..1c15fc0 100644
+--- a/doc/Makefile.am
++++ b/doc/Makefile.am
+@@ -1,6 +1,6 @@
+ ## Process this file with automake to produce Makefile.in
+
+-docdir = $(prefix)/doc/@PACKAGE@
++docdir = $(datarootdir)/doc/@PACKAGE@
+
+ doc_DATA = \
+ CUnit_doc.css \
+@@ -13,4 +13,4 @@ doc_DATA = \
+ test_registry.html \
+ writing_tests.html
+
+-SUBDIRS = headers
+\ No newline at end of file
++SUBDIRS = headers
+diff --git a/doc/headers/Makefile.am b/doc/headers/Makefile.am
+index 9926e8b..3c5f1ba 100644
+--- a/doc/headers/Makefile.am
++++ b/doc/headers/Makefile.am
+@@ -1,6 +1,6 @@
+ ## Process this file with automake to produce Makefile.in
+
+-dochdrdir = $(prefix)/doc/@PACKAGE@/headers
++dochdrdir = $(datarootdir)/doc/@PACKAGE@/headers
+
+ INCLUDE_FILES = \
+ Automated.h \