From 7c5920bf196059bf2c6691526198afbc2c972f53 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Tue, 1 Feb 2022 17:38:09 +0000 Subject: user/cunit: new package. --- user/cunit/path-makefile.patch | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 user/cunit/path-makefile.patch (limited to 'user/cunit/path-makefile.patch') 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 \ -- cgit v1.2.3-70-g09d2