[mate-desktop] fix typo

Dan Mashal vicodan at fedoraproject.org
Tue Nov 6 06:09:53 UTC 2012


commit 1f6543fc1701e5cd797e82e1514b8174cec02861
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Mon Nov 5 22:09:46 2012 -0800

    fix typo

 mate-desktop.spec |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/mate-desktop.spec b/mate-desktop.spec
index 604a515..f607bee 100644
--- a/mate-desktop.spec
+++ b/mate-desktop.spec
@@ -51,8 +51,7 @@ NOCONFIGURE=1 ./autogen.sh
 
 %build
 
-%configure							\
-	--disable-libtool-lock					\
+%configure --disable-libtool-lock				\
 	--disable-scrollkeeper					\
 	--disable-static					\
 	--with-pnp-ids-path="%{_datadir}/hwdata/pnp.ids"	\
@@ -77,7 +76,7 @@ desktop-file-install \
 	--remove-category="MATE"					\
 	--add-category="X-Mate"						\
 	--delete-original						\
-	--dir=$RPM_BUILD_ROOT%{_datadir}/applications			\
+	--dir=%{buildroot}%{_datadir}/applications			\
 %{buildroot}%{_datadir}/applications/mate-about.desktop
 
 %find_lang %{name} --with-gnome
@@ -119,7 +118,7 @@ fi
 %changelog
 * Mon Nov 05 2012 Dan Mashal <dan.mashal at fedoraproject.org> - 1.5.3-3
 - Fix tabs/spaces
-- Switch to new buildroot macro instead of old RPM_BUILD_ROOT macrp
+- Switch to new buildroot macro instead of old RPM_BUILD_ROOT macro
 
 * Sat Nov 03 2012 Dan Mashal <dan.mashal at fedoraproject.org> - 1.5.3-2
 - enable gnucat


More information about the scm-commits mailing list