]> git.pld-linux.org Git - packages/valgrind.git/blob - valgrind-datadir.patch
- added datadir patch (install dhat static data to pkgdatadir)
[packages/valgrind.git] / valgrind-datadir.patch
1 --- valgrind-3.15.0/dhat/Makefile.am.orig       2019-04-13 12:56:21.000000000 +0200
2 +++ valgrind-3.15.0/dhat/Makefile.am    2019-06-08 21:33:09.268983176 +0200
3 @@ -9,7 +9,7 @@
4  #----------------------------------------------------------------------------
5  
6  # Ensure the viewer components get copied into the install tree.
7 -dhatdir = $(pkglibexecdir)
8 +dhatdir = $(pkgdatadir)
9  dhat_DATA = dh_view.html dh_view.css dh_view.js
10  
11  #----------------------------------------------------------------------------
This page took 0.055789 seconds and 4 git commands to generate.