From f4adc8548f2eeb9e7dd8fe1856dc9cca76e95d3df1c1f8891404b74ff6b53733 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Thu, 18 May 2017 05:03:07 +0000 Subject: [PATCH] Use -rf for the rm, it only happens with KF 5.34 or higher OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/lokalize?expand=0&rev=61 --- lokalize.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lokalize.spec b/lokalize.spec index 35097c7..7df0cbc 100644 --- a/lokalize.spec +++ b/lokalize.spec @@ -77,7 +77,7 @@ export CFLAGS="%{optflags} -fPIC" %kf5_makeinstall -C build %if %{with lang} # Remove bogus folder - rm -r %{buildroot}/usr/share/locale/sr/docs/ + rm -rf %{buildroot}/usr/share/locale/sr/docs/ %find_lang %{name} --with-man --all-name %kf5_find_htmldocs %endif