1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-09-15 17:28:07 -04:00

Remove the clean line from the "%install" target

This line is not required by Fedora and is considered bad coding style by
openSUSE.
This commit is contained in:
John Zaitseff 2012-04-16 14:12:37 +10:00
parent f6434ee5f3
commit 1a6270c7f9

View File

@ -52,7 +52,6 @@ make %{?_smp_mflags}
%install %install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install make DESTDIR=%{buildroot} install
%find_lang %{name} %find_lang %{name}