]> git.pld-linux.org Git - packages/elektra.git/blob - elektra-am.patch
- updated to 0.7.2
[packages/elektra.git] / elektra-am.patch
1 --- elektra-0.7.0/doc/Makefile.am.orig  2008-10-16 20:53:31.000000000 +0200
2 +++ elektra-0.7.0/doc/Makefile.am       2013-03-26 20:58:28.370640680 +0100
3 @@ -198,8 +198,8 @@
4         list=`find $$api_d`; for p in $$list; do \
5         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
6         f="`echo $$p | sed -e 's|^.*/||'`"; \
7 -         echo " $(develdocDATA_INSTALL) $$d$$p $(DESTDIR)$(apihtmldir)/$$f"; \
8 -         $(develdocDATA_INSTALL) $$d$$p $(DESTDIR)$(apihtmldir)/$$f; \
9 +         echo " $(install_sh_DATA) $$d$$p $(DESTDIR)$(apihtmldir)/$$f"; \
10 +         $(install_sh_DATA) $$d$$p $(DESTDIR)$(apihtmldir)/$$f; \
11         done
12  
13  uninstall-develdocDATA:
14 --- elektra-0.7.2/src/bindings/cpp/Makefile.am.orig     2010-04-27 09:17:25.000000000 +0200
15 +++ elektra-0.7.2/src/bindings/cpp/Makefile.am  2013-03-27 20:00:49.167160035 +0100
16 @@ -12,7 +12,7 @@
17  
18  objects = kdb.o key.o keyset.o
19  
20 -lib_LIBRARIES = libelektra-cpp.a
21 +ulib_LIBRARIES = libelektra-cpp.a
22  libelektra_cpp_a_SOURCES = $(sources)
23  libelektra_cpp_a_DEPENDENCIES =
24  libelektra_cpp_a_CXXFLAGS = $(cxxflags)
25 @@ -20,7 +20,7 @@
26  libelektra_cpp_a_LIBADD =
27  BUILT_SOURCES =
28  
29 -lib_LTLIBRARIES = libelektra-cpp.la
30 +ulib_LTLIBRARIES = libelektra-cpp.la
31  libelektra_cpp_la_SOURCES = $(sources)
32  libelektra_cpp_la_DEPENDENCIES =
33  libelektra_cpp_la_CXXFLAGS = $(cxxflags)
This page took 0.095787 seconds and 3 git commands to generate.