]> git.pld-linux.org Git - packages/CUnit.git/blob - CUnit-FHS.patch
903bd3316aaa63c75b3d9f039f9c168b4c5e352c
[packages/CUnit.git] / CUnit-FHS.patch
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
5  
6 -dochdrdir = $(prefix)/doc/@PACKAGE@/headers
7 +dochdrdir = $(datarootdir)/doc/@PACKAGE@/headers
8  
9  INCLUDE_FILES = \
10         Automated.h \
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  
29 -exampledir=${datadir}/@PACKAGE@/Examples/Automated
30 +exampledir=$(pkglibdir)/Examples/Automated
31  
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
38  
39 -exampledir=${datadir}/@PACKAGE@/Examples/Basic
40 +exampledir=$(pkglibdir)/Examples/Basic
41  
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
48  
49 -exampledir=${datadir}/@PACKAGE@/Examples/Console
50 +exampledir=$(pkglibdir)/Examples/Console
51  
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
58  
59 -exampledir=${datadir}/@PACKAGE@/Examples/Curses
60 +exampledir=$(pkglibdir)/Examples/Curses
61  
62  if ENABLE_EXAMPLES
63  if ENABLE_CURSES
64 --- CUnit-2.1-2/CUnit/Sources/Test/Makefile.am.orig     2013-10-15 20:41:40.950750230 +0200
65 +++ CUnit-2.1-2/CUnit/Sources/Test/Makefile.am  2013-10-15 20:42:06.947415805 +0200
66 @@ -1,7 +1,7 @@
67  ## Process this file with automake to produce Makefile.in
68  
69  if ENABLE_TEST
70 -testdir=${datadir}/@PACKAGE@/Test
71 +testdir=$(pkglibdir)/Test
72  
73  test_PROGRAMS = test_cunit
74  test_cunit_SOURCES = test_cunit.c
This page took 0.03791 seconds and 2 git commands to generate.