From 3e9d9549bf79bb72d83014d1b313f11c5be9a2f2 Mon Sep 17 00:00:00 2001 From: Steve Date: Thu, 21 Jun 2012 14:28:34 -0400 Subject: [PATCH] New upstream release --- tpm-tools.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tpm-tools.spec b/tpm-tools.spec index c2791e2..1abb1de 100644 --- a/tpm-tools.spec +++ b/tpm-tools.spec @@ -56,8 +56,8 @@ mkdir -p ${RPM_BUILD_ROOT} make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" rm -f $RPM_BUILD_ROOT/%{_libdir}/libtpm_unseal.la rm -f $RPM_BUILD_ROOT/%{_libdir}/libtpm_unseal.a -chrpath -d %{buildroot}/usr/bin/tpm_unsealdata -chrpath -d %{buildroot}/usr/bin/tpm_sealdata +chrpath -d %{buildroot}%{_bindir}/tpm_unsealdata +chrpath -d %{buildroot}%{_bindir}/tpm_sealdata %clean rm -rf $RPM_BUILD_ROOT