Dirk Mueller
61511806cd
* move the dhat* scripts to datadir OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=219
14 lines
543 B
Diff
14 lines
543 B
Diff
diff --git a/dhat/Makefile.am b/dhat/Makefile.am
|
|
index 2aa4ac99e..4a571cb77 100644
|
|
--- a/dhat/Makefile.am
|
|
+++ b/dhat/Makefile.am
|
|
@@ -9,7 +9,7 @@ EXTRA_DIST = docs/dh-manual.xml dh_view.html dh_view.css dh_view.js
|
|
#----------------------------------------------------------------------------
|
|
|
|
# Ensure the viewer components get copied into the install tree.
|
|
-dhatdir = $(pkglibexecdir)
|
|
+dhatdir = $(pkgdatadir)
|
|
dhat_DATA = dh_view.html dh_view.css dh_view.js
|
|
|
|
#----------------------------------------------------------------------------
|