From d889e7afeb2df9714c7f1ead2c6f71b4bdc2c9d4 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 3 Sep 2015 20:35:07 +0200 Subject: [PATCH] Remove unnecessary macro use --- gnome-software.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-software.spec b/gnome-software.spec index 8617da7..07874f5 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -65,7 +65,7 @@ make %{?_smp_mflags} %install %make_install -%__rm %{buildroot}%{_libdir}/gs-plugins-%{gs_plugin_version}/*.la +rm %{buildroot}%{_libdir}/gs-plugins-%{gs_plugin_version}/*.la # make the software center load faster desktop-file-edit %{buildroot}%{_datadir}/applications/org.gnome.Software.desktop \