changeset 2282:3b3a9e977dd1

[RPM] Fix symlinking of byteman plugin libs Reviewed-by: omajid Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2016-May/018689.html
author Severin Gehwolf <sgehwolf@redhat.com>
date Mon, 02 May 2016 11:13:22 +0200
parents 80a866ff7e45
children bc41e22fcd76
files distribution/packaging/fedora/thermostat.spec
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/distribution/packaging/fedora/thermostat.spec	Fri Apr 29 10:40:14 2016 -0400
+++ b/distribution/packaging/fedora/thermostat.spec	Mon May 02 11:13:22 2016 +0200
@@ -873,10 +873,10 @@
 popd
 # Byteman agent plugin needs byteman and the helper. Replace
 # deps with symlinks
-pushd %{buildroot}%{thermostat_home}/libs/byteman/byteman-install/lib
+pushd %{buildroot}%{thermostat_home}/plugins/vm-byteman/plugin-libs/byteman-install/lib
   xmvn-subst .
 popd
-pushd %{buildroot}%{thermostat_home}/libs/byteman/thermostat-helper
+pushd %{buildroot}%{thermostat_home}/plugins/vm-byteman/plugin-libs/thermostat-helper
   xmvn-subst .
 popd