]> git.pld-linux.org Git - packages/CUnit.git/blame - CUnit-FHS.patch
- updated to 2.1-3
[packages/CUnit.git] / CUnit-FHS.patch
CommitLineData
bab9183b
JB
1--- CUnit-2.1-2/doc/headers/Makefile.am.orig 2010-10-14 11:22:01.000000000 +0200
2+++ CUnit-2.1-2/doc/headers/Makefile.am 2013-10-15 20:29:25.894114411 +0200
3@@ -1,6 +1,6 @@
4 ## Process this file with automake to produce Makefile.in
854ef19a 5
854ef19a 6-dochdrdir = $(prefix)/doc/@PACKAGE@/headers
bab9183b 7+dochdrdir = $(datarootdir)/doc/@PACKAGE@/headers
854ef19a
ER
8
9 INCLUDE_FILES = \
10 Automated.h \
bab9183b
JB
11--- CUnit-2.1-2/doc/Makefile.am.orig 2006-03-21 02:30:57.000000000 +0100
12+++ CUnit-2.1-2/doc/Makefile.am 2013-10-15 20:29:02.207448739 +0200
13@@ -1,8 +1,8 @@
14 ## Process this file with automake to produce Makefile.in
15
16-docdir = $(prefix)/doc/@PACKAGE@
17+pkgdocdir = $(datarootdir)/doc/@PACKAGE@
18
19-doc_DATA = \
20+pkgdoc_DATA = \
21 CUnit_doc.css \
22 error_handling.html \
23 fdl.html \
24--- CUnit-2.1-2/Examples/AutomatedTest/Makefile.am.orig 2013-10-15 20:25:15.024124939 +0200
25+++ CUnit-2.1-2/Examples/AutomatedTest/Makefile.am 2013-10-15 20:33:42.807436964 +0200
26@@ -1,6 +1,6 @@
27 ## Process this file with automake to produce Makefile.in
28
854ef19a 29-exampledir=${datadir}/@PACKAGE@/Examples/Automated
78478389 30+exampledir=$(pkglibexecdir)/Examples/Automated
854ef19a 31
bab9183b
JB
32 if ENABLE_EXAMPLES
33 if ENABLE_AUTOMATED
34--- CUnit-2.1-2/Examples/BasicTest/Makefile.am.orig 2013-10-15 20:25:15.027458272 +0200
35+++ CUnit-2.1-2/Examples/BasicTest/Makefile.am 2013-10-15 20:34:01.270769520 +0200
36@@ -1,6 +1,6 @@
37 ## Process this file with automake to produce Makefile.in
854ef19a 38
854ef19a 39-exampledir=${datadir}/@PACKAGE@/Examples/Basic
78478389 40+exampledir=$(pkglibexecdir)/Examples/Basic
854ef19a 41
bab9183b
JB
42 if ENABLE_EXAMPLES
43 if ENABLE_BASIC
44--- CUnit-2.1-2/Examples/ConsoleTest/Makefile.am.orig 2013-10-15 20:25:15.027458272 +0200
45+++ CUnit-2.1-2/Examples/ConsoleTest/Makefile.am 2013-10-15 20:34:19.040768775 +0200
46@@ -1,6 +1,6 @@
47 ## Process this file with automake to produce Makefile.in
854ef19a 48
854ef19a 49-exampledir=${datadir}/@PACKAGE@/Examples/Console
78478389 50+exampledir=$(pkglibexecdir)/Examples/Console
854ef19a 51
bab9183b
JB
52 if ENABLE_EXAMPLES
53 if ENABLE_CONSOLE
54--- CUnit-2.1-2/Examples/CursesTest/Makefile.am.orig 2013-10-15 20:25:15.027458272 +0200
55+++ CUnit-2.1-2/Examples/CursesTest/Makefile.am 2013-10-15 20:34:37.674101327 +0200
56@@ -1,6 +1,6 @@
57 ## Process this file with automake to produce Makefile.in
854ef19a 58
854ef19a 59-exampledir=${datadir}/@PACKAGE@/Examples/Curses
78478389 60+exampledir=$(pkglibexecdir)/Examples/Curses
854ef19a 61
bab9183b
JB
62 if ENABLE_EXAMPLES
63 if ENABLE_CURSES
78478389
JB
64--- CUnit-2.1-3/CUnit/Sources/Test/Makefile.am.orig 2018-04-14 20:13:35.236957272 +0200
65+++ CUnit-2.1-3/CUnit/Sources/Test/Makefile.am 2018-04-14 20:16:47.150288418 +0200
66@@ -2,7 +2,7 @@
854ef19a 67
bab9183b 68 if ENABLE_TEST
78478389 69 AM_CPPFLAGS = -I$(top_srcdir)/CUnit/Headers
854ef19a 70-testdir=${datadir}/@PACKAGE@/Test
78478389 71+testdir=$(pkglibexecdir)/Test
854ef19a
ER
72
73 test_PROGRAMS = test_cunit
74 test_cunit_SOURCES = test_cunit.c
This page took 0.072507 seconds and 4 git commands to generate.