mirror of
https://abf.rosa.ru/djam/plasma-desktoptheme-rosa.git
synced 2025-02-24 10:32:50 +00:00
fix bug #211
This commit is contained in:
parent
e5bbde38f0
commit
f09b6d47cc
1 changed files with 7 additions and 0 deletions
|
@ -20,6 +20,13 @@ This theme is used by default in ROSA Desktop since 2011.
|
|||
%prep
|
||||
%setup -q -n ROSA
|
||||
|
||||
#fix #211 and remove couple tons of garbage - dm
|
||||
for file in `find . -type f -name '*.svgz' -printf '%p '`
|
||||
do
|
||||
zgrep -Fv '/home/' ${file} | gzip > ${file}.tmp
|
||||
mv -f ${file}.tmp ${file}
|
||||
done
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}/%{_kde_appsdir}/desktoptheme/ROSA
|
||||
mv * %{buildroot}/%{_kde_appsdir}/desktoptheme/ROSA
|
||||
|
|
Loading…
Add table
Reference in a new issue