[xfce4-mpc-plugin] Use consistent macros

Christoph Wickert cwickert at fedoraproject.org
Sat Jun 30 22:50:28 UTC 2012


commit 7cd7db9c961e84f0262ecb9db6e168d8af0d143c
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sun Jul 1 00:50:21 2012 +0200

    Use consistent macros

 xfce4-mpc-plugin.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xfce4-mpc-plugin.spec b/xfce4-mpc-plugin.spec
index 12f6204..226f518 100644
--- a/xfce4-mpc-plugin.spec
+++ b/xfce4-mpc-plugin.spec
@@ -45,7 +45,7 @@ rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL='install -p'
 
 # remove la file
-find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+find %{buildroot} -name '*.la' -exec rm -f {} ';'
 
 # FIXME: make sure debuginfo is generated properly (#795107)
 chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so


More information about the scm-commits mailing list