diff options
Diffstat (limited to 'mandrake_desk.spec')
-rw-r--r-- | mandrake_desk.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mandrake_desk.spec b/mandrake_desk.spec index a3f6480..2ea81e3 100644 --- a/mandrake_desk.spec +++ b/mandrake_desk.spec @@ -20,11 +20,11 @@ This package contains useful icons background and .kdelnk files for the Mandrake desktop. %prep -rm -rf $RPM_BUILD_ROOT %setup -n %{name} %build +find . -type 'd' -name 'CVS'|xargs rm -rf %install make install RPM_BUILD_ROOT=$RPM_BUILD_ROOT mandir=%{_mandir} |